Fix Novità + fix alcuni canali

This commit is contained in:
Alhaziel01
2020-08-05 17:35:27 +02:00
parent 96fb57109a
commit 4b99e2a057
10 changed files with 203 additions and 24 deletions
+2 -2
View File
@@ -285,8 +285,8 @@ def scrapeBlock(item, args, block, patron, headers, action, pagination, debug, t
# make formatted Title [longtitle]
s = ' - '
title = episode + (s if episode and title else '') + title
longtitle = title + (s if title and title2 else '') + title2 + '\n'
# title = episode + (s if episode and title else '') + title
longtitle = episode + (s if episode and title else '') + title + (s if title and title2 else '') + title2
if sceneTitle:
from lib.guessit import guessit