diff --git a/youtube_dl/extractor/animelab.py b/youtube_dl/extractor/animelab.py index 2326b68f7..44d9c174c 100644 --- a/youtube_dl/extractor/animelab.py +++ b/youtube_dl/extractor/animelab.py @@ -76,7 +76,7 @@ class AnimeLabIE(AnimeLabBaseIE): _VALID_URL = r'https?://(?:www\.)?animelab\.com/player/(?P[^/]+)' # the following tests require authentication, but a free account will suffice - # just set 'netrc' to true in test/local_parameters.json if you use a .netrc file + # just set 'usenetrc' to true in test/local_parameters.json if you use a .netrc file # or you can set 'username' and 'password' there # the tests also select a specific format so that the same video is downloaded # regardless of whether the user is premium or not (needs testing on a premium account)