mirror of https://github.com/yt-dlp/yt-dlp.git
fix
This commit is contained in:
parent
9b1d30cccf
commit
f5001ce3bd
|
@ -13,7 +13,7 @@ from ..utils.traversal import traverse_obj
|
||||||
|
|
||||||
class OnsenIE(InfoExtractor):
|
class OnsenIE(InfoExtractor):
|
||||||
IE_NAME = 'onsen'
|
IE_NAME = 'onsen'
|
||||||
IE_DESC = '音泉'
|
IE_DESC = 'インターネットラジオステーション<音泉>'
|
||||||
|
|
||||||
_BASE_URL = 'https://www.onsen.ag/'
|
_BASE_URL = 'https://www.onsen.ag/'
|
||||||
_HEADERS = {'Referer': _BASE_URL}
|
_HEADERS = {'Referer': _BASE_URL}
|
||||||
|
|
Loading…
Reference in New Issue