mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-27 09:11:32 +00:00
[ie/lbry] Support filtering of flat playlist results (#15695)
Closes #15683 Authored by: christoph-heinrich, dirkf Co-authored-by: dirkf <1222880+dirkf@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0dec80c02a
commit
0e4d1e9de6
@@ -95,6 +95,7 @@ class LBRYBaseIE(InfoExtractor):
|
||||
'_type': 'url',
|
||||
'id': 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):
|
||||
|
||||
Reference in New Issue
Block a user