mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-03 14:16:25 +08:00
9fc03aa87c
In Python 3, filter() returns an iterable object, which is equivalently to True even for an empty result set. It causes false positive playlists in generic extraction logic.