]> jfr.im git - yt-dlp.git/blobdiff - test/test_age_restriction.py
Completely change project name to yt-dlp (#85)
[yt-dlp.git] / test / test_age_restriction.py
index 5be065c437ae978d8c4ccc1a67bea87a599a77ed..2eccd47187131d45a3fded2b9b238c3520fcc9de 100644 (file)
@@ -10,7 +10,7 @@
 from test.helper import try_rm
 
 
-from youtube_dl import YoutubeDL
+from yt_dlp import YoutubeDL
 
 
 def _download_restricted(url, filename, age):
@@ -45,11 +45,6 @@ def test_youporn(self):
             'http://www.youporn.com/watch/505835/sex-ed-is-it-safe-to-masturbate-daily/',
             '505835.mp4', 2, old_age=25)
 
-    def test_pornotube(self):
-        self._assert_restricted(
-            'http://pornotube.com/c/173/m/1689755/Marilyn-Monroe-Bathing',
-            '1689755.flv', 13)
-
 
 if __name__ == '__main__':
     unittest.main()