mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-02 15:12:45 +00:00
Compare commits
2 Commits
e3f0d8b731
...
0e4d1e9de6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e4d1e9de6 | ||
|
|
0dec80c02a |
@ -95,6 +95,7 @@ class LBRYBaseIE(InfoExtractor):
|
|||||||
'_type': 'url',
|
'_type': 'url',
|
||||||
'id': item['claim_id'],
|
'id': item['claim_id'],
|
||||||
'url': self._permanent_url(url, item['name'], item['claim_id']),
|
'url': self._permanent_url(url, item['name'], item['claim_id']),
|
||||||
|
'ie_key': 'LBRY',
|
||||||
}
|
}
|
||||||
|
|
||||||
def _playlist_entries(self, url, display_id, claim_param, metadata):
|
def _playlist_entries(self, url, display_id, claim_param, metadata):
|
||||||
|
|||||||
@ -405,7 +405,7 @@ class RumbleChannelIE(InfoExtractor):
|
|||||||
for video_url in traverse_obj(
|
for video_url in traverse_obj(
|
||||||
get_elements_html_by_class('videostream__link', webpage), (..., {extract_attributes}, 'href'),
|
get_elements_html_by_class('videostream__link', webpage), (..., {extract_attributes}, 'href'),
|
||||||
):
|
):
|
||||||
yield self.url_result(urljoin('https://rumble.com', video_url))
|
yield self.url_result(urljoin('https://rumble.com', video_url), RumbleIE)
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
url, playlist_id = self._match_valid_url(url).groups()
|
url, playlist_id = self._match_valid_url(url).groups()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user