aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/muzu.py
Commit message (Collapse)AuthorAgeFilesLines
* [muzu] Remove extractorYen Chi Hsuan2016-04-251-63/+0
| | | | | | MUZU is shutting down in October 2015. [1] [1] http://www.musicbusinessworldwide.com/youtube-rival-muzu-is-heading-into-liquidation/
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-5/+3
| | | | | | | 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
* [muzu] ModernizePhilipp Hagemeister2014-11-261-42/+43
|
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* Add an extractor from muzu.tv (closes #1177)Jaime Marquínez Ferrándiz2013-08-041-0/+64