mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fix rotation and fix of playlist
This commit is contained in:
@@ -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:'")
|
||||
|
||||
Reference in New Issue
Block a user