Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | release 2016.04.01 | Philipp Hagemeister | 2016-04-01 | 3 | -6/+9 | |
| | ||||||
* | [cbs] improve extraction(closes #6321) | remitamine | 2016-04-01 | 1 | -21/+57 | |
| | ||||||
* | [generic] remove sbnation test(handled by VoxMediaIE) | remitamine | 2016-03-31 | 1 | -13/+0 | |
| | ||||||
* | [voxmedia] improve sbnation support | remitamine | 2016-03-31 | 1 | -38/+71 | |
| | ||||||
* | [udemy:course] Use new URL format | Sergey M․ | 2016-04-01 | 1 | -2/+2 | |
| | ||||||
* | [howstuffworks] improve extraction | remitamine | 2016-03-31 | 1 | -6/+13 | |
| | ||||||
* | [tudou] Improve error handling (closes #8988) | Yen Chi Hsuan | 2016-04-01 | 1 | -0/+23 | |
| | ||||||
* | [voxmedia] Add new extractor(closes #3182) | remitamine | 2016-03-31 | 2 | -0/+100 | |
| | ||||||
* | [udemy] Remove unused import | Sergey M․ | 2016-03-31 | 1 | -1/+0 | |
| | ||||||
* | [udemy:course] Simplify course curriculum downloading | Sergey M․ | 2016-03-31 | 1 | -5/+2 | |
| | ||||||
* | [extractor/common] Improve _request_webpage | Sergey M․ | 2016-03-31 | 1 | -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_request | Sergey M․ | 2016-03-31 | 1 | -6/+1 | |
| | ||||||
* | [utils] Add update_Request | Sergey M․ | 2016-03-31 | 1 | -0/+14 | |
| | ||||||
* | [udemy] Switch to api 2.0 (Closes #9035) | Sergey M․ | 2016-03-31 | 1 | -24/+36 | |
| | ||||||
* | [beeg] Switch to api v6 (Closes #9036) | Sergey M․ | 2016-03-31 | 1 | -3/+3 | |
| | ||||||
* | [nationalgeographic] add support for channel.nationalgeographic.com urls | remitamine | 2016-03-31 | 2 | -1/+51 | |
| | ||||||
* | [nationalgeographic] improve extraction | remitamine | 2016-03-31 | 1 | -15/+15 | |
| | ||||||
* | [tenplay] remove extractor(fixes #6927) | remitamine | 2016-03-31 | 2 | -91/+0 | |
| | ||||||
* | [brightcove] relax embed_in_page regex | remitamine | 2016-03-31 | 1 | -1/+1 | |
| | ||||||
* | [nbc] add new extractor for csnne.com(#5432) | remitamine | 2016-03-31 | 2 | -0/+25 | |
| | ||||||
* | [cnbc] fix test | remitamine | 2016-03-31 | 1 | -3/+7 | |
| | ||||||
* | [cnbc] Add new extractor(closes #8012) | remitamine | 2016-03-30 | 3 | -4/+34 | |
| | ||||||
* | [myspace] improve extraction | remitamine | 2016-03-30 | 1 | -27/+53 | |
| | ||||||
* | [kwuo] Port to new API and enable --cn-verification-proxy | Yen Chi Hsuan | 2016-03-31 | 1 | -2/+15 | |
| | ||||||
* | [kwuo] Remove _sort_formats() from KuwoBaseIE._get_formats() | Yen Chi Hsuan | 2016-03-31 | 1 | -5/+1 | |
| | | | | Following the idea proposed in 19dbaeece321c51fa336ef142507adf440e22e22 | |||||
* | [kuwo:song] Correct song ID extraction (fixes #9033) | Yen Chi Hsuan | 2016-03-31 | 1 | -1/+1 | |
| | | | | Bug introduced in daef04a4e75ccd2ff5e2d2495baa0ac9bcf75724. | |||||
* | [tumblr] Improve _VALID_URL (Closes #9027) | Sergey M․ | 2016-03-30 | 1 | -1/+1 | |
| | ||||||
* | [comcarcoff] don not depend on crackle extractor(closes #8995) | remitamine | 2016-03-30 | 1 | -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.md | Sergey M․ | 2016-03-29 | 1 | -0/+58 | |
| | | | | In order not to wait for the next release | |||||
* | Improve ISSUE_TEMPLATE_tmpl.md | Sergey M․ | 2016-03-29 | 1 | -8/+23 | |
| | ||||||
* | [devscripts/make_issue_template] Fix __version__ again | Sergey M․ | 2016-03-29 | 1 | -3/+1 | |
| | ||||||
* | Rename ISSUE_TEMPLATE.tmpl in order not to be picked up by github | Sergey M․ | 2016-03-29 | 2 | -1/+1 | |
| | ||||||
* | Remove ISSUE_TEMPLATE.md | Sergey M․ | 2016-03-29 | 1 | -37/+0 | |
| | ||||||
* | [devscripts/make_issue_template] Fix NameError under python3 | Sergey M․ | 2016-03-29 | 1 | -0/+2 | |
| | ||||||
* | Exclude make_issue_template.py from flake8 | Sergey M․ | 2016-03-29 | 1 | -1/+1 | |
| | ||||||
* | [devscripts/release.sh] Make ISSUE_TEMPLATE.md and commit it | Sergey M․ | 2016-03-29 | 1 | -3/+3 | |
| | ||||||
* | [Makefile] Fix ISSUE_TEMPLATE.md target | Sergey M․ | 2016-03-29 | 1 | -4/+4 | |
| | ||||||
* | [devscripts/make_issue_template] Rework to use ISSUE_TEMPLATE.tmpl (Closes ↵ | Sergey M․ | 2016-03-29 | 1 | -14/+11 | |
| | | | | #8785) | |||||
* | Add ISSUE_TEMPLATE.tmpl as template for ISSUE_TEMPLATE.md | Sergey M․ | 2016-03-29 | 1 | -0/+43 | |
| | ||||||
* | Add initial ISSUE_TEMPLATE | Sander van den Oever | 2016-03-28 | 3 | -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 M | 2016-03-28 | 1 | -0/+1 | |
| | | | | use in format selection | |||||
* | [YoutubeDL] Fix sanitizing subtitles' url | Sergey M․ | 2016-03-28 | 1 | -1/+2 | |
| | ||||||
* | [pornhub] Fix typo (Closes #9008) | Sergey M․ | 2016-03-28 | 1 | -1/+1 | |
| | ||||||
* | [foxnews] Restore upload time fields in test | Sergey M․ | 2016-03-28 | 1 | -4/+4 | |
| | ||||||
* | [amp] Fix upload timestamp extraction (Closes #9007) | Sergey M․ | 2016-03-28 | 1 | -1/+3 | |
| | ||||||
* | [pornhub:uservideos] Add support for multipage videos (Closes #9006) | Sergey M․ | 2016-03-28 | 1 | -6/+23 | |
| | ||||||
* | [pornhub:playlistbase] Do not include videos not from playlist | Sergey M․ | 2016-03-28 | 1 | -3/+6 | |
| | ||||||
* | [pornhub:playlistbase] Use orderedSet | Sergey M․ | 2016-03-28 | 1 | -1/+2 | |
| | ||||||
* | [bbc] Extend vpid regex (Closes #9003) | Sergey M․ | 2016-03-27 | 1 | -1/+5 | |
| | ||||||
* | release 2016.03.27 | Philipp Hagemeister | 2016-03-27 | 1 | -1/+1 | |
| |