aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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․
2016-03-29Exclude make_issue_template.py from flake8Sergey M․
2016-03-29[devscripts/release.sh] Make ISSUE_TEMPLATE.md and commit itSergey M․
2016-03-29[Makefile] Fix ISSUE_TEMPLATE.md targetSergey M․
2016-03-29[devscripts/make_issue_template] Rework to use ISSUE_TEMPLATE.tmpl (Closes ↵Sergey M․
#8785)
2016-03-29Add ISSUE_TEMPLATE.tmpl as template for ISSUE_TEMPLATE.mdSergey M․
2016-03-28Add initial ISSUE_TEMPLATESander van den Oever
Add auto-updating of youtube-dl version in ISSUE_TEMPLATE Move parts of template text and adopt makefile to new format Moved the 'kind-of-issue' section and rephrased a bit Rephrased and moved Example URL section upwards Moved ISSUE_TEMPLATE inside .github folder. Update makefile to match new folderstructure
2016-03-28[README.md] Add format_id to the list of string meta fields available for ↵Sergey M
use in format selection
2016-03-28[YoutubeDL] Fix sanitizing subtitles' urlSergey M․
2016-03-28[pornhub] Fix typo (Closes #9008)Sergey M․
2016-03-28[foxnews] Restore upload time fields in testSergey M․
2016-03-28[amp] Fix upload timestamp extraction (Closes #9007)Sergey M․
2016-03-28[pornhub:uservideos] Add support for multipage videos (Closes #9006)Sergey M․
2016-03-28[pornhub:playlistbase] Do not include videos not from playlistSergey M․
2016-03-28[pornhub:playlistbase] Use orderedSetSergey M․
2016-03-27[bbc] Extend vpid regex (Closes #9003)Sergey M․
2016-03-27release 2016.03.272016.03.27Philipp Hagemeister
2016-03-27[extractor/common] Filter out unsupported encrypted media for f4m formats ↵Sergey M․
(Closes #8573)
2016-03-27[downloader/f4m] Extract routine for removing unsupported encrypted mediaSergey M․
2016-03-27Remove _sort_formats from _extract_*_formats methodsSergey M․
Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
2016-03-27[twitter] Handle another form of embedded VineYen Chi Hsuan
Fixes #8996
2016-03-27[pluralsight] Extract chapter metadata (Closes #8993)Sergey M․
2016-03-27[lynda] Extract chapter metadata (#8993)Sergey M․
2016-03-27[vevo] Update videoservice API URL (Closes #8900)Sergey M․