[ie/lbry] Support filtering of flat playlist results (#15695)
Some checks failed
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Release (master) / Publish Github release (push) Has been cancelled
Release (master) / Publish to PyPI (push) Has been cancelled

Closes #15683
Authored by: christoph-heinrich, dirkf

Co-authored-by: dirkf <1222880+dirkf@users.noreply.github.com>
This commit is contained in:
christoph-heinrich
2026-01-27 03:06:38 +01:00
committed by GitHub
parent 0dec80c02a
commit 0e4d1e9de6

View File

@@ -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):