mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-04 04:44:50 +09: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.