replace old function cache_page

This commit is contained in:
mac12m99
2019-04-09 20:10:01 +02:00
parent 6a823b1fec
commit 392f0f73fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from core import scrapertools
def test_video_exists(page_url):
logger.info("(page_url='%s')" % page_url)
data = scrapertools.cache_page(page_url)
data = scrapertools.downloadpage(page_url)
# if '<meta property="og:title" content=""/>' in data:
# return False,"The video has been cancelled from Backin.net"