Browse Source

added StatigrIE

M.Yasoob Khalid 12 years ago
parent
commit
01ba4b80a7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/InfoExtractors.py

+ 0 - 1
youtube_dl/InfoExtractors.py

@@ -4565,7 +4565,6 @@ class StatigrIE(InfoExtractor):
         thumbnail_url = re.search(r'<meta property="og:image" content="(.+?)" />',webpage).group(1)
         thumbnail_url = re.search(r'<meta property="og:image" content="(.+?)" />',webpage).group(1)
         title = (re.search(r'<title>(.+?)</title>',webpage).group(1)).strip("| Statigram")
         title = (re.search(r'<title>(.+?)</title>',webpage).group(1)).strip("| Statigram")
         uploader = re.search(r'@(.+) \(Videos\)',title).group(1)
         uploader = re.search(r'@(.+) \(Videos\)',title).group(1)
-        print uploader
         ext = "mp4"
         ext = "mp4"
         return [{
         return [{
             'id':        video_id,
             'id':        video_id,