aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/nextmovie.py
Commit message (Collapse)AuthorAgeFilesLines
* [nextmovie] Remove extractorYen Chi Hsuan2016-07-261-30/+0
| | | | This domain name now redirects to mtv.com
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
| | | | | | | 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
* [nextmovie] Add new extractorremitamine2015-12-311-0/+30