diff options
| -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(), | 
