summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-04-04 01:47:17 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-04-04 01:47:17 +0200
commit9ad400f75ede95256d337a16046db8ae3690532b (patch)
tree75220c2f803d94aa64a22884594ab83d019941ad
parent3537b93d8aa31c1aee79a77f86aba923b05865a8 (diff)
downloadyoutube-dl-9ad400f75ede95256d337a16046db8ae3690532b.tar.gz
youtube-dl-9ad400f75ede95256d337a16046db8ae3690532b.tar.xz
youtube-dl-9ad400f75ede95256d337a16046db8ae3690532b.zip
[generic] Remove test case that has become a 404
-rw-r--r--youtube_dl/extractor/generic.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index 3ad0e13f9..6a2ce0d6d 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -114,20 +114,6 @@ class GenericIE(InfoExtractor):
                 'title': '2cc213299525360.mov',  # that's what we get
             },
         },
-        # second style of embedded ooyala videos
-        {
-            'url': 'http://www.smh.com.au/tv/business/show/financial-review-sunday/behind-the-scenes-financial-review-sunday--4350201.html',
-            'info_dict': {
-                'id': '13djJjYjptA1XpPx8r9kuzPyj3UZH0Uk',
-                'ext': 'mp4',
-                'title': 'Behind-the-scenes: Financial Review Sunday ',
-                'description': 'Step inside Channel Nine studios for an exclusive tour of its upcoming financial business show.',
-            },
-            'params': {
-                # m3u8 download
-                'skip_download': True,
-            },
-        },
         # google redirect
         {
             'url': 'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCUQtwIwAA&url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DcmQHVoWB5FY&ei=F-sNU-LLCaXk4QT52ICQBQ&usg=AFQjCNEw4hL29zgOohLXvpJ-Bdh2bils1Q&bvm=bv.61965928,d.bGE',