merged from develop

This commit is contained in:
alfa_addon_10
2017-08-13 17:07:36 +02:00
parent ebda6babdd
commit ed553f5cae
398 changed files with 10399 additions and 2029 deletions
+2 -3
View File
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
import re
from core import logger
from core import scrapertools
from platformcode import logger
def test_video_exists(page_url):
@@ -50,6 +48,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
return video_urls
if __name__ == "__main__":
import getopt
import sys