Skip to content
Snippets Groups Projects
Unverified Commit 38ba49ce authored by nao20010128nao's avatar nao20010128nao
Browse files

[abematv] add `_NETRC_MACHINE`

parent 527a4ba5
No related branches found
Tags 1642077566
No related merge requests found
......@@ -90,6 +90,7 @@ def _extract_breadcrumb_list(self, webpage, video_id):
class AbemaTVIE(AbemaTVBaseIE):
_VALID_URL = r'https?://abema\.tv/(?P<type>now-on-air|video/episode|channels/.+?/slots)/(?P<id>[^?/]+)'
_NETRC_MACHINE = 'abematv'
_TESTS = [{
'url': 'https://abema.tv/video/episode/194-25_s2_p1',
'info_dict': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment