summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [YoutubeDL] Autocalculate ext for subtitles when missingSergey M․2015-10-042-2/+10
| | | | |
* | | | | [limelight] Add new extractorremitamine2015-10-042-0/+181
| | | | |
* | | | | Merge pull request #7052 from remitamine/engadgetSergey M.2015-10-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [engadget] accept short video urls
| * | | | | [engadget] accept short video urlsremitamine2015-10-031-1/+1
| | | | | |
* | | | | | [tapely] Improve _VALID_URLNaglis Jonaitis2015-10-031-1/+5
|/ / / / /
* | | | | [compat] Allow overriding by only COLUMNS or LINES in compat_get_terminal_sizeYen Chi Hsuan2015-10-031-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the semantic of this function is identical to shutil.get_terminal_size() in Python 3.3+. The new behavior also corresponds to the old get_term_width(), which is removed in 003c69a84b68cadb46aeb8e03115848a722fd675
* | | | | [options] Cleanup double spaces in help textsYen Chi Hsuan2015-10-021-2/+2
| | | | |
* | | | | [europa] Style fix: add whitespace after commaJaime Marquínez Ferrándiz2015-10-021-1/+1
| | | | |
* | | | | [europa] Add support for audio URLsSergey M․2015-10-021-1/+4
| | | | |
* | | | | [europa] Improve extractionSergey M․2015-10-021-28/+58
| | | | |
* | | | | [europa] Add new extractorngld2015-10-022-0/+61
| | | | |
* | | | | [ruutu] Limit resolution split to 2 pieces (Closes #7037, closes #7042)Sergey M․2015-10-021-1/+1
| | | | |
* | | | | Fix ruutu extractor bugfluks2015-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | If there's no resolution attribute in xml, only width gets a value, height doesn't and ValueError is raised.
* | | | | [naver] Remove unused importJaime Marquínez Ferrándiz2015-10-021-1/+0
| | | | |
* | | | | [videolecturesnet] Add test video with broken direct format linksSergey M․2015-10-011-0/+15
| | | | |
* | | | | [extractor/common] Make f4m extraction for SMIL non fatalSergey M․2015-10-011-1/+3
| | | | |
* | | | | [extractor/common] Add fatal to _extract_f4m_formatsSergey M․2015-10-011-3/+11
| | | | |
* | | | | [extractor/common] Make m3u8 extraction for SMIL non fatalSergey M․2015-10-011-2/+4
| | | | |
* | | | | [extractor/common] Check validity of direct URLsSergey M․2015-10-011-1/+1
| | | | |
* | | | | [videolecturesnet] Add playlist testSergey M․2015-10-011-2/+10
| | | | |
* | | | | [videolecturesnet] Improve playlist extractionSergey M․2015-10-011-13/+21
| | | | |
* | | | | [videolecturesnet] Add support for playlists (Closes #7031)Sergey M․2015-10-011-4/+15
| | | | |
* | | | | [videolecturesnet] Use generic SMIL extractionSergey M․2015-10-011-54/+8
| | | | |
* | | | | [extractor/common] Extract upload date from SMILSergey M․2015-10-011-0/+5
| | | | |
* | | | | [extractor/common] Extract images from SMILSergey M․2015-10-011-0/+8
| | | | |
* | | | | [extractor/common] Allow float bitratesSergey M․2015-10-011-1/+1
| | | | |
* | | | | [nrktv] Rework subtitles and eliminate downloading twiceSergey M․2015-10-011-19/+9
| | | | |
* | | | | [nrk] SpellingJoakim Fremstad2015-10-011-1/+1
| | | | |
* | | | | [naver] Improve error regexSergey M․2015-10-011-5/+5
| | | | |
* | | | | [vk] Detect vimeo embeds (Closes #7021)Sergey M․2015-09-301-0/+5
| | | | |
* | | | | [nfl] Add test for #7012Sergey M․2015-09-301-0/+14
| | | | |
* | | | | [nfl] fix content id regex(fixes #7012)remitamine2015-09-301-1/+1
| | | | |
* | | | | [comedycentral] Fix youtube-dl :thedailyshowPhilipp Hagemeister2015-09-301-6/+1
| | | | | | | | | | | | | | | | | | | | We'll let the generic IE follow the redirect and call back to us with the episode URL
* | | | | [adultswim] Prefer stream (Closes #7015)Sergey M․2015-09-291-11/+26
| | | | |
* | | | | release 2015.09.28Philipp Hagemeister2015-09-281-1/+1
| | | | |
* | | | | [keek] Strip titleSergey M․2015-09-281-1/+1
| | | | |
* | | | | [keek] Improve uploader fields regexesSergey M․2015-09-281-2/+6
| | | | |
* | | | | [keek] Remove descriptionSergey M․2015-09-281-4/+2
| | | | | | | | | | | | | | | | | | | | Since it equals title plus static suffix
* | | | | [keek] Make uploader fields non fatalSergey M․2015-09-281-2/+2
| | | | |
* | | | | [keek] extract uploader and uploader id with _search_regexremitamine2015-09-281-8/+2
| | | | |
* | | | | [keek] add utf-8 coding cookieremitamine2015-09-281-1/+2
| | | | |
* | | | | [keek] fix test titleremitamine2015-09-281-2/+2
| | | | |
* | | | | [keek] extract more inforemitamine2015-09-281-0/+12
| | | | |
* | | | | [keek] fix info extractionremitamine2015-09-281-22/+6
| | | | |
* | | | | [extractor/generic] Add support for condenast script embeds (Closes #6885, ↵Sergey M․2015-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | closes #6991)
* | | | | [condenast] Add support for JS embedsSergey M․2015-09-271-4/+21
| | | | |
* | | | | Use `insert` for all sys.path manipulationsYen Chi Hsuan2015-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | Closes #6867.
* | | | | [eagleplatform] Use http scheme for thumbnailSergey M․2015-09-271-1/+1
| | | | |
* | | | | [eagleplatform] Make _handle_error staticmethodSergey M․2015-09-271-1/+2
| | | | |
* | | | | [eagleplatform] Simplify secure mp4 construction and clarify rationaleSergey M․2015-09-271-1/+3
| | | | |