Revert "Created branch develop"

This commit is contained in:
Alfa
2017-08-13 11:21:50 +02:00
committed by GitHub
parent 8000a6fd25
commit e549d644a9
395 changed files with 1849 additions and 10246 deletions
+3 -2
View File
@@ -1,7 +1,9 @@
# -*- coding: utf-8 -*-
import re
from core import logger
from core import scrapertools
from platformcode import logger
def test_video_exists(page_url):
@@ -48,7 +50,6 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
return video_urls
if __name__ == "__main__":
import getopt
import sys