diff options
author | garret1317 <garret@airmail.cc> | 2025-09-14 15:04:02 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-09-14 15:04:02 +0100 |
commit | f3a16083b9f09c132dce6f262a1fb30f672b9441 (patch) | |
tree | b34103226460d7b39c9b17c2e0855de3054712d5 /yt_dlp_plugins/extractor/radiko.py | |
parent | a88ca60ee514c5347193fc679933a31117bac7ea (diff) | |
download | yt-dlp-rajiko-f3a16083b9f09c132dce6f262a1fb30f672b9441.tar.gz yt-dlp-rajiko-f3a16083b9f09c132dce6f262a1fb30f672b9441.tar.bz2 yt-dlp-rajiko-f3a16083b9f09c132dce6f262a1fb30f672b9441.zip |
rename "misc" -> "contrib"
Diffstat (limited to 'yt_dlp_plugins/extractor/radiko.py')
-rw-r--r-- | yt_dlp_plugins/extractor/radiko.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp_plugins/extractor/radiko.py b/yt_dlp_plugins/extractor/radiko.py index 0566b6d..5bda1de 100644 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -437,7 +437,7 @@ class RadikoLiveIE(_RadikoBaseIE): class RadikoTimeFreeIE(_RadikoBaseIE): _NETRC_MACHINE = "rajiko" _VALID_URL = r"https?://(?:www\.)?radiko\.jp/#!/ts/(?P<station>[A-Z0-9-_]+)/(?P<id>\d+)" - # TESTS use a custom-ish script that updates the airdates automatically, see misc/test_extractors.py + # TESTS use a custom-ish script that updates the airdates automatically, see contrib/test_extractors.py def _perform_login(self, username, password): try: |