aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-01[aenetworks] Make pep8 happyJaime Marquínez Ferrándiz
2016-04-01[camwithher] Improve extraction (Closes #8989)Sergey M․
2016-04-01[camwithher] Add extractortheGeekPirate
Corrected unnecessary test Sane variable naming RTMP all .flv & url_id for _download_webpage() Corrected all outstanding issues, next up is a squash!
2016-04-01[theplatform] extract timestamp and uploaderremitamine
2016-04-01[screencast] Improve title regexes (Closes #9025)Sergey M․
2016-04-01screencast.com: fallback on page titleMartin Trigaux
When determining the title of the page, use the <title> tag of the page
2016-04-01[screencast] Add testSergey M․
2016-04-01screencast.com: support missing wwwMartin Trigaux
The "www." part of the URL is not mandatory
2016-04-01[pluralsight] Remove unnecessary login/password encodeSergey M․
2016-04-01[lynda] Remove unnecessary login/password encodeSergey M․
2016-04-01[udemy] Remove unnecessary login/password encodeSergey M․
This is now covered by compat_urllib_parse_urlencode
2016-04-01[udemy:course] Skip non-video lecturesSergey M․
2016-04-01[movieclips] fix extractionremitamine
2016-04-01[cbs] add base extractorremitamine
2016-04-01[aenetworks] improve format extractionremitamine
2016-04-01[theplatform] sign https urlsremitamine
2016-04-01release 2016.04.012016.04.01Philipp Hagemeister
2016-04-01[cbs] improve extraction(closes #6321)remitamine
2016-03-31[generic] remove sbnation test(handled by VoxMediaIE)remitamine
2016-03-31[voxmedia] improve sbnation supportremitamine
2016-04-01[udemy:course] Use new URL formatSergey M․
2016-03-31[howstuffworks] improve extractionremitamine
2016-04-01[tudou] Improve error handling (closes #8988)Yen Chi Hsuan
2016-03-31[voxmedia] Add new extractor(closes #3182)remitamine
2016-03-31[udemy] Remove unused importSergey M․
2016-03-31[udemy:course] Simplify course curriculum downloadingSergey M․
2016-03-31[extractor/common] Improve _request_webpageSergey M․
* Do not ignore data, headers and query for Requests * Default values for headers and query switched to dicts since these are used by urllib itself
2016-03-31[utils] Use update_Request in http_requestSergey M․
2016-03-31[utils] Add update_RequestSergey M․
2016-03-31[udemy] Switch to api 2.0 (Closes #9035)Sergey M․
2016-03-31[beeg] Switch to api v6 (Closes #9036)Sergey M․
2016-03-31[nationalgeographic] add support for channel.nationalgeographic.com urlsremitamine
2016-03-31[nationalgeographic] improve extractionremitamine
2016-03-31[tenplay] remove extractor(fixes #6927)remitamine
2016-03-31[brightcove] relax embed_in_page regexremitamine
2016-03-31[nbc] add new extractor for csnne.com(#5432)remitamine
2016-03-31[cnbc] fix testremitamine
2016-03-30[cnbc] Add new extractor(closes #8012)remitamine
2016-03-30[myspace] improve extractionremitamine
2016-03-31[kwuo] Port to new API and enable --cn-verification-proxyYen Chi Hsuan
2016-03-31[kwuo] Remove _sort_formats() from KuwoBaseIE._get_formats()Yen Chi Hsuan
Following the idea proposed in 19dbaeece321c51fa336ef142507adf440e22e22
2016-03-31[kuwo:song] Correct song ID extraction (fixes #9033)Yen Chi Hsuan
Bug introduced in daef04a4e75ccd2ff5e2d2495baa0ac9bcf75724.
2016-03-30[tumblr] Improve _VALID_URL (Closes #9027)Sergey M․
2016-03-30[comcarcoff] don not depend on crackle extractor(closes #8995)remitamine
previously extraction has been delegated to crackle to extract more info and subtitles #6106 but some of the episodes can't be extracted using crackle #8995.
2016-03-29Add manually generated ISSUE_TEMPLATE.mdSergey M․
In order not to wait for the next release
2016-03-29Improve ISSUE_TEMPLATE_tmpl.mdSergey M․
2016-03-29[devscripts/make_issue_template] Fix __version__ againSergey M․
2016-03-29Rename ISSUE_TEMPLATE.tmpl in order not to be picked up by githubSergey M․
2016-03-29Remove ISSUE_TEMPLATE.mdSergey M․
2016-03-29[devscripts/make_issue_template] Fix NameError under python3Sergey M․