Browse Source

[generic] remove testcase

The video seems to have been removed from the site.
totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
ab083b08ab
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      youtube_dl/extractor/generic.py

+ 0
- 12
youtube_dl/extractor/generic.py View File

@ -38,18 +38,6 @@ class GenericIE(InfoExtractor):
'title': 'R\u00e9gis plante sa Jeep',
}
},
# embedded vimeo video
{
'add_ie': ['Vimeo'],
'url': 'http://skillsmatter.com/podcast/home/move-semanticsperfect-forwarding-and-rvalue-references',
'file': '22444065.mp4',
'md5': '2903896e23df39722c33f015af0666e2',
'info_dict': {
'title': 'ACCU 2011: Move Semantics,Perfect Forwarding, and Rvalue references- Scott Meyers- 13/04/2011',
'uploader_id': 'skillsmatter',
'uploader': 'Skills Matter',
}
},
# bandcamp page with custom domain
{
'add_ie': ['Bandcamp'],


Loading…
Cancel
Save