mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-02 15:08:24 -05:00
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.