[generic] Add nowvideo test hidden behind percent encoding
authorSergey M․ <dstftw@gmail.com>
Fri, 14 Mar 2014 21:39:53 +0000 (04:39 +0700)
committerSergey M․ <dstftw@gmail.com>
Fri, 14 Mar 2014 21:39:53 +0000 (04:39 +0700)
youtube_dl/extractor/generic.py

index 300485c7f81b2ee6cba9f03823592d31b2fc6f9a..0d02f836e122054c8eea8f658d6a4b13a5b97973 100644 (file)
@@ -145,6 +145,17 @@ class GenericIE(InfoExtractor):
                 'description': 'Episode 18: President Barack Obama sits down with Zach Galifianakis for his most memorable interview yet.',
             }
         },
+        # nowvideo embed hidden behind percent encoding
+        {
+            'url': 'http://www.waoanime.tv/the-super-dimension-fortress-macross-episode-1/',
+            'md5': '2baf4ddd70f697d94b1c18cf796d5107',
+            'info_dict': {
+                'id': '06e53103ca9aa',
+                'ext': 'flv',
+                'title': 'Macross Episode 001  Watch Macross Episode 001 onl',
+                'description': 'No description',
+            },
+        }
     ]
 
     def report_download_webpage(self, video_id):