diff options
Diffstat (limited to 'test/test_age_restriction.py')
-rw-r--r-- | test/test_age_restriction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_age_restriction.py b/test/test_age_restriction.py index b73bdd767..2eccd4718 100644 --- a/test/test_age_restriction.py +++ b/test/test_age_restriction.py @@ -10,7 +10,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from test.helper import try_rm -from youtube_dlc import YoutubeDL +from yt_dlp import YoutubeDL def _download_restricted(url, filename, age): |