aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2014-12-10release 2014.12.10.12014.12.10.1Philipp Hagemeister
2014-12-10[youtube] Handle missing DASH manifest (Fixes #4421, fixes #4420)Philipp Hagemeister
2014-12-10release 2014.12.102014.12.10Philipp Hagemeister
2014-12-09Fix PEP8 issue E713Jaime Marquínez Ferrándiz
2014-12-09[bet] Add extractor (Closes #4416)Sergey M․
2014-12-09[extractor/common] Add generic SMIL formats extraction routineSergey M․
2014-12-09[extractor/common] Document ie_key in url resultsPhilipp Hagemeister
2014-12-08Merge pull request #4395 from cryptonaut/issue2883Philipp Hagemeister
Handle --get-url with merged formats (fixes #2883)
2014-12-08Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-08[bliptv] Add support for audio-only files (Fixes #4404)Philipp Hagemeister
2014-12-08[tvigle] Update test and modernizeSergey M․
2014-12-08add teamfourstar.com supportfelix
2014-12-08add direct screenwavemedia.com URL supportfelix
2014-12-07[nhl] Make sure we add '_sd' before the extension (fixes #4397)Jaime Marquínez Ferrándiz
'.replace' would find the first dot in the path.
2014-12-06Handle --get-url with merged formats (fixes #2883)cryptonaut
Outputs one URL per line
2014-12-07[prosiebensat1] Improve and simplifySergey M․
2014-12-07[extractor/common] Add description to playlist_resultSergey M․
2014-12-06[prosiebensat1] Fix broken testsAdrian Kretz
2014-12-06[prosiebensat1] Add support for playlists (fixes #4357)Adrian Kretz
2014-12-06[radio.de] Add support for radio.de websites (Closes #4393)Sergey M․
2014-12-06[twitch] Add login support (#3986)Sergey M․
2014-12-06Fix utils.py for PyPy on WindowsGrom PE
The line ```python from __future__ import unicode_literals ``` introduced in commit [ecc0c5ee01f0e5bdd6af0c32cb5b4adcb2a2f78c](https://github.com/rg3/youtube-dl/commit/ecc0c5ee01f0e5bdd6af0c32cb5b4adcb2a2f78c) broke youtube-dl for PyPy on Windows, making it unable to locate WinAPI functions. Error: "TypeError: function name must be a string or integer" Adding "b" prefix to strings with WinAPI function names fixes it.
2014-12-06Allow iterators for playlist result entriesPhilipp Hagemeister
2014-12-06[adultswim] PEP8Philipp Hagemeister
2014-12-06[nba] Remove unused importPhilipp Hagemeister
2014-12-06[tagesschau] Look at the right place for download linksPhilipp Hagemeister
2014-12-06[youtube] ModernizePhilipp Hagemeister
2014-12-06[ffmpeg] Improve version check and call it from hls (Fixes #4377)Philipp Hagemeister
2014-12-06Merge remote-tracking branch 'cryptonaut/adultswim'Philipp Hagemeister
2014-12-06[nba] Add test for #4387Philipp Hagemeister
2014-12-06[nba] ModernizePhilipp Hagemeister
2014-12-06[nba] Improve _VALID_URL regex (fixes #4387)cryptonaut
Allows for optional trailing / or /index.html
2014-12-05[adultswim] Updated to work with new site format (fixes #4317)cryptonaut
2014-12-06release 2014.12.06.12014.12.06.1Philipp Hagemeister
2014-12-06[youporn] Fix JSON parameter regexp (Fixes #4384)Philipp Hagemeister
2014-12-06release 2014.12.062014.12.06Philipp Hagemeister
2014-12-06[tagesschau] Add suppot for sendung (Fixes #4378)Philipp Hagemeister
2014-12-05[howstuffworks] Update extractorTithen-Firion
2014-12-05[azubu] Add extractor (Closes #4379)Sergey M․
2014-12-05[howstuffworks] Rewrite extractorTithen-Firion
2014-12-05[common] Split _download_jsonTithen-Firion
Add ability for extractor to use _parse_json
2014-12-05[tagesschau] ModernizePhilipp Hagemeister
2014-12-04release 2014.12.04.22014.12.04.2Philipp Hagemeister
2014-12-04[xminus] Capture description (#4300)Philipp Hagemeister
2014-12-04[minhateca] Fix duration parsingPhilipp Hagemeister
2014-12-04release 2014.12.04.12014.12.04.1Philipp Hagemeister
2014-12-04Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-04[minhateca] Add extractor (Fixes #4094)Philipp Hagemeister
2014-12-04[foxnews] Add extractor (Closes #4352)Sergey M․
2014-12-04[vine:user] Add support for another URL format (Closes #4365)Sergey M․