fix: backin.py

This commit is contained in:
greko17
2019-11-10 22:43:01 +01:00
committed by Alhaziel01
parent 413556b939
commit 76042344bb

View File

@@ -10,7 +10,7 @@ from platformcode import logger
def test_video_exists(page_url):
logger.info("(page_url='%s')" % page_url)
data = scrapertools.downloadpage(page_url)
data = httptools.downloadpage(page_url)
# if '<meta property="og:title" content=""/>' in data:
# return False,"The video has been cancelled from Backin.net"