mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
parent
bdbafb3913
commit
3262f8abf2
@ -108,6 +108,7 @@ class TrovoVodIE(TrovoBaseIE):
|
||||
'comments': 'mincount:8',
|
||||
'categories': ['Grand Theft Auto V'],
|
||||
},
|
||||
'skip': '404'
|
||||
}, {
|
||||
'url': 'https://trovo.live/clip/lc-5285890810184026005',
|
||||
'only_matching': True,
|
||||
@ -198,7 +199,7 @@ def _real_extract(self, url):
|
||||
return info
|
||||
|
||||
|
||||
class TrovoChannelBaseIE(InfoExtractor):
|
||||
class TrovoChannelBaseIE(TrovoBaseIE):
|
||||
def _get_vod_json(self, page, uid):
|
||||
raise NotImplementedError('This method must be implemented by subclasses')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user