Fix rotation and fix of playlist

This commit is contained in:
2024-04-06 02:44:03 +02:00
committed by migatu
parent 3f2248336d
commit 17eace3e73
2 changed files with 18 additions and 7 deletions
+5 -3
View File
@@ -65,9 +65,11 @@ class Librarian(object):
def check_if_exists(self,page_url):
#TODO: Spowolnic
#TODO: Sprawdzac po mirrorach
#TODO: sprawdzac w tym jebanym pliku
return None
in_scihub_db = True
if not page_url.startswith(("http:", "https:")):
raise ValueError("URL must start with 'http:' or 'https:'")