summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [udemy] Remove unnecessary login/password encodeSergey M․2016-04-011-2/+2
| | | | | | | | This is now covered by compat_urllib_parse_urlencode
* | [udemy:course] Skip non-video lecturesSergey M․2016-04-011-4/+9
| |
* | [movieclips] fix extractionremitamine2016-04-011-17/+26
| |
* | [cbs] add base extractorremitamine2016-04-012-21/+14
| |
* | [aenetworks] improve format extractionremitamine2016-04-011-9/+23
| |
* | [theplatform] sign https urlsremitamine2016-04-011-1/+1
| |
* | release 2016.04.01Philipp Hagemeister2016-04-013-6/+9
| |
* | [cbs] improve extraction(closes #6321)remitamine2016-04-011-21/+57
| |
* | [generic] remove sbnation test(handled by VoxMediaIE)remitamine2016-03-311-13/+0
| |
* | [voxmedia] improve sbnation supportremitamine2016-03-311-38/+71
| |
* | [udemy:course] Use new URL formatSergey M․2016-04-011-2/+2
| |
* | [howstuffworks] improve extractionremitamine2016-03-311-6/+13
| |
* | [tudou] Improve error handling (closes #8988)Yen Chi Hsuan2016-04-011-0/+23
| |
* | [voxmedia] Add new extractor(closes #3182)remitamine2016-03-312-0/+100
| |
* | [udemy] Remove unused importSergey M․2016-03-311-1/+0
| |
* | [udemy:course] Simplify course curriculum downloadingSergey M․2016-03-311-5/+2
| |
* | [extractor/common] Improve _request_webpageSergey M․2016-03-311-7/+12
| | | | | | | | | | * 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
* | [utils] Use update_Request in http_requestSergey M․2016-03-311-6/+1
| |
* | [utils] Add update_RequestSergey M․2016-03-311-0/+14
| |
* | [udemy] Switch to api 2.0 (Closes #9035)Sergey M․2016-03-311-24/+36
| |
* | [beeg] Switch to api v6 (Closes #9036)Sergey M․2016-03-311-3/+3
| |
* | [nationalgeographic] add support for channel.nationalgeographic.com urlsremitamine2016-03-312-1/+51
| |
* | [nationalgeographic] improve extractionremitamine2016-03-311-15/+15
| |
* | [tenplay] remove extractor(fixes #6927)remitamine2016-03-312-91/+0
| |
* | [brightcove] relax embed_in_page regexremitamine2016-03-311-1/+1
| |
* | [nbc] add new extractor for csnne.com(#5432)remitamine2016-03-312-0/+25
| |
* | [cnbc] fix testremitamine2016-03-311-3/+7
| |
* | [cnbc] Add new extractor(closes #8012)remitamine2016-03-303-4/+34
| |
* | [myspace] improve extractionremitamine2016-03-301-27/+53
| |
* | [kwuo] Port to new API and enable --cn-verification-proxyYen Chi Hsuan2016-03-311-2/+15
| |
* | [kwuo] Remove _sort_formats() from KuwoBaseIE._get_formats()Yen Chi Hsuan2016-03-311-5/+1
| | | | | | | | Following the idea proposed in 19dbaeece321c51fa336ef142507adf440e22e22
* | [kuwo:song] Correct song ID extraction (fixes #9033)Yen Chi Hsuan2016-03-311-1/+1
| | | | | | | | Bug introduced in daef04a4e75ccd2ff5e2d2495baa0ac9bcf75724.
* | [tumblr] Improve _VALID_URL (Closes #9027)Sergey M․2016-03-301-1/+1
| |
* | [comcarcoff] don not depend on crackle extractor(closes #8995)remitamine2016-03-301-3/+8
| | | | | | | | | | | | 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.
* | Add manually generated ISSUE_TEMPLATE.mdSergey M․2016-03-291-0/+58
| | | | | | | | In order not to wait for the next release
* | Improve ISSUE_TEMPLATE_tmpl.mdSergey M․2016-03-291-8/+23
| |
* | [devscripts/make_issue_template] Fix __version__ againSergey M․2016-03-291-3/+1
| |
* | Rename ISSUE_TEMPLATE.tmpl in order not to be picked up by githubSergey M․2016-03-292-1/+1
| |
* | Remove ISSUE_TEMPLATE.mdSergey M․2016-03-291-37/+0
| |
* | [devscripts/make_issue_template] Fix NameError under python3Sergey M․2016-03-291-0/+2
| |
* | Exclude make_issue_template.py from flake8Sergey M․2016-03-291-1/+1
| |
* | [devscripts/release.sh] Make ISSUE_TEMPLATE.md and commit itSergey M․2016-03-291-3/+3
| |
* | [Makefile] Fix ISSUE_TEMPLATE.md targetSergey M․2016-03-291-4/+4
| |
* | [devscripts/make_issue_template] Rework to use ISSUE_TEMPLATE.tmpl (Closes ↵Sergey M․2016-03-291-14/+11
| | | | | | | | #8785)
* | Add ISSUE_TEMPLATE.tmpl as template for ISSUE_TEMPLATE.mdSergey M․2016-03-291-0/+43
| |
* | Add initial ISSUE_TEMPLATESander van den Oever2016-03-283-1/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | [README.md] Add format_id to the list of string meta fields available for ↵Sergey M2016-03-281-0/+1
| | | | | | | | use in format selection
* | [YoutubeDL] Fix sanitizing subtitles' urlSergey M․2016-03-281-1/+2
| |
* | [pornhub] Fix typo (Closes #9008)Sergey M․2016-03-281-1/+1
| |
* | [foxnews] Restore upload time fields in testSergey M․2016-03-281-4/+4
| |