aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2013-11-23Log to an external logger (fixes #1810)Itay Brandes
Sadly applications using youtube-dl's python sources can't directly access it's log stream. It's pretty much limited to stdout and stderr only. It should log to logging.Logger instance passed to YoutubeDL's params dictionary.
2013-11-22release 2013.11.22.22013.11.22.2Philipp Hagemeister
2013-11-22[update] Check if version from repository is newer before updatingPhilipp Hagemeister
Closes #1704
2013-11-22Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-22Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister
2013-11-22[howcast] update test's checksumJaime Marquínez Ferrándiz
2013-11-22[bandcamp] move the album test to the album extractor and return a single ↵Jaime Marquínez Ferrándiz
track instead of a playlist
2013-11-22release 2013.11.22.12013.11.22.1Philipp Hagemeister
2013-11-22Merge remote-tracking branch 'jaimeMF/yt-playlists'Philipp Hagemeister
2013-11-22Print full title in --get-title output (#1806)Philipp Hagemeister
2013-11-22Move the opener to the YoutubeDL object.Philipp Hagemeister
This is the first step towards being able to just import youtube_dl and start using it. Apart from removing global state, this would fix problems like #1805.
2013-11-22[update] do not assign to unused variablesPhilipp Hagemeister
2013-11-22Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-22[bandcamp] Skip album testPhilipp Hagemeister
2013-11-22[vimeo] Fix the extraction of vimeo pro and player.vimeo.com videosJaime Marquínez Ferrándiz
2013-11-22release 2013.11.222013.11.22Philipp Hagemeister
2013-11-22[bandcamp] Support trackinfo-style songs (Fixes #1270)Philipp Hagemeister
2013-11-22[streamcloud] Add IE (Fixes #1801)Philipp Hagemeister
2013-11-22[toutv] Fix a typoPhilipp Hagemeister
2013-11-22[bandcamp] add support for albums (reported in #1270)Jaime Marquínez Ferrándiz
2013-11-21utils.shell_quote: Convert the args to unicode stringsJaime Marquínez Ferrándiz
The youtube test video failed with `UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 34: ordinal not in range(128)`, the problem was with the filenames being encoded.
2013-11-21release 2013.11.212013.11.21Philipp Hagemeister
2013-11-21[soundcloud] Retrieve the file url using the client_id for the iPhone (fixes ↵Jaime Marquínez Ferrándiz
#1798) The desktop's client_id always give the rtmp url, but with the iPhone one it returns the http url if it's available.
2013-11-20[sztv] skip test, site is undergoing mid-term maintenancePhilipp Hagemeister
2013-11-20[nhl] Make NHLVideocenter IE_DESC fit with other descriptionsPhilipp Hagemeister
2013-11-20[spankwire] Fix description searchPhilipp Hagemeister
2013-11-20[anitube] Skip test (on travis)Philipp Hagemeister
2013-11-20[spankwire] fix check for descriptionPhilipp Hagemeister
2013-11-20[videopremium] Support new crazy redirect schemePhilipp Hagemeister
2013-11-20[toutv] really skip testPhilipp Hagemeister
2013-11-20release 2013.11.202013.11.20Philipp Hagemeister
2013-11-20[escapist] Fix title searchPhilipp Hagemeister
2013-11-20[escapist] upper-case URLPhilipp Hagemeister
2013-11-20[escapist] Fix syntax errorPhilipp Hagemeister
2013-11-20[escapist] Add support for HD format (Closes #1755)Philipp Hagemeister
2013-11-20Credit @diffycat for anitubePhilipp Hagemeister
2013-11-20[anitube] Minor fixes (#1776)Philipp Hagemeister
2013-11-20Merge remote-tracking branch 'diffycat/master'Philipp Hagemeister
2013-11-20Clean up unused imports and other minor mistakesPhilipp Hagemeister
2013-11-20[teamcoco] Correct errorPhilipp Hagemeister
2013-11-20Merge remote-tracking branch 'dz0ny/patch-1'Philipp Hagemeister
2013-11-20import json for --dump-jsonPhilipp Hagemeister
2013-11-20Add an option to dump json informationMohamedh Fazal
2013-11-20Add support for tou.tv (Fixes #1792)Philipp Hagemeister
2013-11-19[d8] inherit from CanalplusIEJaime Marquínez Ferrándiz
it reuses the same extraction process
2013-11-19Merge pull request #1758 from migbac/masterJaime Marquínez Ferrándiz
Add support for d8.tv
2013-11-19release 2013.11.192013.11.19Philipp Hagemeister
2013-11-18Merge pull request #1790 from rg3/console-titlePhilipp Hagemeister
Correctly write and restore the console title on the stack (fixes #1782)
2013-11-18[youtube] only allow domain name to be upper-case (#1786)Philipp Hagemeister
2013-11-18Correctly write and restore the console title on the stack (fixes #1782)Jaime Marquínez Ferrándiz