- fix User Videos extraction(closes#23356)
- extract all videos for lists with more than 1000 videos(#23356)
- add support for video albums(closes#14327)(closes#14492)
- extract http formats included in m3u8 manifest
- fix user extraction(closes#3553)(closes#21415)
- add suport for User Authentication(closes#11491)
- fix password protected videos extraction(closes#23176)
- respect age limit option and family filter cookie value(closes#18437)
- handle video url playlist query param
- report alowed countries for geo-restricted videos
- add support for Odnoklassniki embeds
- update tests
- extract more video from user lists(closes#4470)
- fix wall post audio extraction(closes#18332)
- improve error detection(closes#22568)
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode
All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode
Closes#8974