diff options
| author | Jeff Crouse <jefftimesten@gmail.com> | 2013-01-06 15:52:33 -0500 | 
|---|---|---|
| committer | Jeff Crouse <jefftimesten@gmail.com> | 2013-01-06 15:52:33 -0500 | 
| commit | 18be482a6f0b0d48c4fd8101ba0f0e30ac782d79 (patch) | |
| tree | 60aab6a13063e1dc8165d266259ac8367f19107f | |
| parent | ca6710ee4147a27b64b28b27e681d2b900b437bc (diff) | |
oops - didn't remove some reminders
| -rw-r--r-- | test/tests.json | 2 | ||||
| -rwxr-xr-x | youtube_dl/InfoExtractors.py | 6 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/test/tests.json b/test/tests.json index fddafb22e..77ebfff43 100644 --- a/test/tests.json +++ b/test/tests.json @@ -41,7 +41,7 @@      "url": "http://www.youporn.com/watch/633213/me-and-my-french-girl/",      "file": "633213.mp4"    }, -    { +  {      "name": "Pornotube",      "md5": "eb55ce998e9464993933df8d9d196f70",      "url": "http://pornotube.com/m/1812947/Intimate-Moments%3A-Masturbation-Sessions", diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 7143a229e..83be8313f 100755 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -4073,9 +4073,9 @@ def gen_extractors():          MTVIE(),          YoukuIE(),          XNXXIE(), -        YouJizzIE(),       # jefftimesten -        PornotubeIE(),     # jefftimesten -        YouPornIE(),       # jefftimesten +        YouJizzIE(), +        PornotubeIE(), +        YouPornIE(),          GooglePlusIE(),          ArteTvIE(),          NBAIE(),  | 
