aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/nick.py
AgeCommit message (Collapse)Author
2016-09-05[nick] Add test for #10559Sergey M․
2016-09-05[nick] Add support for nickelodeon.nl (Closes #10559)Sergey M․
2016-08-24[mtvservices:embedded] Use another endpoint to get feed URLYen Chi Hsuan
Closes #10363 In the original mtvservices:embedded test case, config.xml is still used to get the feed URL. Some other examples, including test_Generic_40 (http://www.vulture.com/2016/06/new-key-peele-sketches-released.html), and the video mentioned in #10363, use another endpoint to get the feed URL. The 'index.html' approach works for the original test case, too. So I didn't keep the old approach.
2016-07-26Update _TESTS for MTV sitesYen Chi Hsuan
2016-07-08[nick] support nickjr.com (closes #7542)Yen Chi Hsuan
2016-06-18[nickde] Add extractor (Closes #9778)Sergey M․
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
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
2015-12-31[nextmovie] Add new extractorremitamine
2015-12-31[nick] Add new extractorremitamine