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 /youtube_dl | |
parent | ca6710ee4147a27b64b28b27e681d2b900b437bc (diff) |
oops - didn't remove some reminders
Diffstat (limited to 'youtube_dl')
-rwxr-xr-x | youtube_dl/InfoExtractors.py | 6 |
1 files changed, 3 insertions, 3 deletions
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(), |