aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | [comedycentral] Add support for comedycentral.com videos (closes #1824)Jaime Marquínez Ferrándiz2013-11-242-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a subclass of MTVIE The extractor for colbertnation.com and thedailyshow.com is called now ComedyCentralShowsIE
* | | | | | [viki] Skip travis testPhilipp Hagemeister2013-11-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Also provide a better error message for geoblocked videos.
* | | | | | [vik] Clarify outputPhilipp Hagemeister2013-11-241-1/+2
| |/ / / / |/| | | |
* | | | | [collegehumor] Encode the xml before calling ↵Jaime Marquínez Ferrándiz2013-11-242-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xml.etree.ElementTree.fromstring (fixes #1822) Uses a new helper method in InfoExtractor: _download_xml
* | | | | [youtube] Add an extractor for downloading the watch history (closes #1821)Jaime Marquínez Ferrándiz2013-11-242-0/+15
| | | | |
* | | | | [mixcloud] The description field may be missing (fixes #1819)Jaime Marquínez Ferrándiz2013-11-241-1/+1
| | | | |
* | | | | [brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute ↵Jaime Marquínez Ferrándiz2013-11-241-4/+7
| | | | | | | | | | | | | | | | | | | | instead
* | | | | release 2013.11.24.1Philipp Hagemeister2013-11-241-1/+1
| | | | |
* | | | | [clipfish] Add extractor (Fixes #1760)Philipp Hagemeister2013-11-242-0/+54
| | | | |
* | | | | release 2013.11.24Philipp Hagemeister2013-11-241-1/+1
| | | | |
* | | | | [viki] Add extractor (fixes #1813)Philipp Hagemeister2013-11-242-0/+92
| | | | |
* | | | | [youtube] do not use variable name twicePhilipp Hagemeister2013-11-241-2/+2
| | | | |
* | | | | [niconico] Clarify downloadPhilipp Hagemeister2013-11-241-3/+3
| | | | |
* | | | | [bandcamp] Remove unused variablePhilipp Hagemeister2013-11-241-1/+0
| | | | |
* | | | | [update] fix errorPhilipp Hagemeister2013-11-241-1/+1
| | | | |
* | | | | Credit @takuya0301 for niconicoPhilipp Hagemeister2013-11-241-0/+1
| | | | |
* | | | | [niconico] Simplify and make work with old Python versionsPhilipp Hagemeister2013-11-242-95/+55
| | | | | | | | | | | | | | | | | | | | The website requires SSLv3, otherwise it just times out during SSL negotiation.
* | | | | Merge remote-tracking branch 'takuya0301/niconico'Philipp Hagemeister2013-11-242-0/+191
|\ \ \ \ \
| * | | | | Add support for niconicoTakuya Tsuchida2013-11-232-0/+191
| | | | | |
* | | | | | Simplify logger code(#1811)Philipp Hagemeister2013-11-241-3/+3
| | | | | |
* | | | | | Merge remote-tracking branch 'iTaybb/master'Philipp Hagemeister2013-11-241-5/+11
|\ \ \ \ \ \
| * | | | | | Log to an external logger (fixes #1810)Itay Brandes2013-11-231-5/+11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | [brightcove] Set the 'videoPlayer' value to the 'videoId' if it's missing in ↵Jaime Marquínez Ferrándiz2013-11-231-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | the parameters (fixes #1815)
* | | | | | [streamcloud] skip test on travisPhilipp Hagemeister2013-11-231-0/+1
|/ / / / /
* | | | | release 2013.11.22.2Philipp Hagemeister2013-11-221-1/+1
| | | | |
* | | | | [update] Check if version from repository is newer before updatingPhilipp Hagemeister2013-11-221-0/+8
| | | | | | | | | | | | | | | | | | | | Closes #1704
* | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-222-27/+27
|\ \ \ \ \
| * | | | | [howcast] update test's checksumJaime Marquínez Ferrándiz2013-11-221-1/+1
| | | | | |
| * | | | | [bandcamp] move the album test to the album extractor and return a single ↵Jaime Marquínez Ferrándiz2013-11-221-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | track instead of a playlist
* | | | | | Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister2013-11-223-24/+49
|/ / / / /
* | | | | release 2013.11.22.1Philipp Hagemeister2013-11-221-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'jaimeMF/yt-playlists'Philipp Hagemeister2013-11-221-31/+17
|\ \ \ \ \
| * | | | | [youtube:playlist] Login into youtube if requested (fixes #1757)Jaime Marquínez Ferrándiz2013-11-131-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Allows to download private playlists
| * | | | | [youtube:playlist] Don't use the gdata api (closes #1508)Jaime Marquínez Ferrándiz2013-11-131-30/+13
| | | | | | | | | | | | | | | | | | | | | | | | Parse the playlist pages instead
* | | | | | Print full title in --get-title output (#1806)Philipp Hagemeister2013-11-221-1/+1
| |/ / / / |/| | | |
* | | | | [update] do not assign to unused variablesPhilipp Hagemeister2013-11-221-5/+5
| | | | |
* | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-221-1/+1
|\ \ \ \ \
| * | | | | [vimeo] Fix the extraction of vimeo pro and player.vimeo.com videosJaime Marquínez Ferrándiz2013-11-221-1/+1
| | | | | |
* | | | | | [bandcamp] Skip album testPhilipp Hagemeister2013-11-221-1/+2
|/ / / / /
* | | | | release 2013.11.22Philipp Hagemeister2013-11-221-1/+1
| | | | |
* | | | | [bandcamp] Support trackinfo-style songs (Fixes #1270)Philipp Hagemeister2013-11-221-2/+44
| | | | |
* | | | | [streamcloud] Add IE (Fixes #1801)Philipp Hagemeister2013-11-222-0/+66
| | | | |
* | | | | [toutv] Fix a typoPhilipp Hagemeister2013-11-222-2/+1
| | | | |
* | | | | [bandcamp] add support for albums (reported in #1270)Jaime Marquínez Ferrándiz2013-11-223-2/+27
| | | | |
* | | | | utils.shell_quote: Convert the args to unicode stringsJaime Marquínez Ferrándiz2013-11-211-1/+10
| | | | | | | | | | | | | | | | | | | | 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.
* | | | | release 2013.11.21Philipp Hagemeister2013-11-211-1/+1
| | | | |
* | | | | [soundcloud] Retrieve the file url using the client_id for the iPhone (fixes ↵Jaime Marquínez Ferrándiz2013-11-211-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #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.
* | | | | [sztv] skip test, site is undergoing mid-term maintenancePhilipp Hagemeister2013-11-201-1/+2
| | | | |
* | | | | [nhl] Make NHLVideocenter IE_DESC fit with other descriptionsPhilipp Hagemeister2013-11-201-1/+1
| | | | |
* | | | | [spankwire] Fix description searchPhilipp Hagemeister2013-11-201-1/+1
| | | | |