summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-03-286-76/+258
|\
| * fix KeekIEFilippo Valsorda2013-03-201-4/+4
| |
| * Merge pull request #699 by @iemejiaFilippo Valsorda2013-03-205-58/+177
| |\ | | | | | | | | | Removed innecesary function to convert subtitles, improved use of the youtube api
| | * add '--write-srt' and '--srt-lang' aliases for backwards compatibilityFilippo Valsorda2013-03-201-2/+2
| | |
| | * Fixed typo in error message when no subtitles were available.Ismael Mejia2013-03-201-1/+1
| | |
| | * Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-205-8/+33
| | |
| | * Added new option '--sub-format' to choose the format of the subtitles to ↵Ismael Mejia2013-03-205-9/+26
| | | | | | | | | | | | downloade (defaut=srt)
| | * Refactor subtitle options from srt to the more generic 'sub'.Ismael Mejia2013-03-203-54/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to be more consistent with different subtitle formats. From: * --write-srt to --write-sub * --only-srt to --only-sub * --all-srt to --all-subs * --srt-lang to --sub-lang' Refactored also all the mentions of srt for sub in all the source code.
| | * Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia2013-03-205-35/+107
| | | | | | | | | | | | Only works in youtube for the moment.
| | * Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia2013-02-214-1/+22
| | | | | | | | | | | | | | | | | | Improved option '--srt-lang' - it shows the argument in case of missing subtitles - added language suffix for non-english languages (e.g. video.it.srt)
| | * Removed conversion from youtube closed caption format to srt since youtube ↵Ismael Mejia2013-02-212-22/+6
| | | | | | | | | | | | api supports the 'srt' format
| * | Spiegel IEPhilipp Hagemeister2013-03-122-1/+51
| | |
| * | Add configuration to -v outputPhilipp Hagemeister2013-03-121-3/+11
| | |
| * | Fix Unicode handling GenericIE (Fixes #734)Philipp Hagemeister2013-03-082-7/+9
| | |
| * | Clear up error messages (#734)Philipp Hagemeister2013-03-081-2/+5
| | |
| * | Merge pull request #728 from timdoug/fix-escapist-extensionPhilipp Hagemeister2013-03-061-1/+1
| |\ \ | | | | | | | | Escapist videos are acutally .mp4, not .flv
| | * | Escapist videos are acutally .mp4, not .flvTim Douglas2013-03-061-1/+1
| |/ /
* | | When a redirect is found return the new url using the new styleJaime Marquínez Ferrándiz2013-03-051-4/+4
| | |
* | | Add auxiliary methods to InfoExtractor to set the '_type' key and use them ↵Jaime Marquínez Ferrándiz2013-03-052-18/+47
| | | | | | | | | | | | for some playlist IEs
* | | `extract_info` now expects `ie.extract` to return a list in the format ↵Jaime Marquínez Ferrándiz2013-03-051-6/+26
| | | | | | | | | | | | | | | | | | | | | proposed in issue 608. Each element should have a '_type' key specifying if it's a video, an url or a playlist. `extract_info` will process each element to get the full info
* | | Use extract_info in BlipTV User and Youtube ChannelJaime Marquínez Ferrándiz2013-03-051-5/+4
| | |
* | | Use extract_info in YoutubePlaylist and YoutubeSearchJaime Marquínez Ferrándiz2013-03-052-12/+12
| | |
* | | Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-03-045-85/+40
|\| |
| * | Fix Python 3 errors with rmtp downloadsPhilipp Hagemeister2013-03-031-1/+1
| | |
| * | Clarify rate limit documentation (Closes #723)Philipp Hagemeister2013-03-031-1/+1
| | |
| * | Remove changed playlist test (#661)Philipp Hagemeister2013-03-031-6/+0
| | |
| * | Remove tweetreel - it has shut downPhilipp Hagemeister2013-03-032-62/+0
| | |
| * | Use proper urlparse functions and simplify a bitPhilipp Hagemeister2013-03-031-11/+7
| | |
| * | Merge remote-tracking branch 'jcarlosgarciasegovia/master'Philipp Hagemeister2013-03-031-0/+15
| |\ \
| | * | Allow downloading http://blip.tv/play/ embeded URLsJuan Carlos Garcia Segovia2013-03-011-0/+15
| | | |
| * | | Use report_warning in InfoExtractorsJaime Marquínez Ferrándiz2013-03-021-13/+13
| | | |
| * | | Use color when printing warning messagesJaime Marquínez Ferrándiz2013-02-281-4/+16
| |/ /
* | | Add a method for extracting info from a list of urlsJaime Marquínez Ferrándiz2013-03-041-0/+8
| | |
* | | Create extract_info methodJaime Marquínez Ferrándiz2013-02-261-41/+44
|/ /
* | Don't be too clever (Fixes Python 3)Philipp Hagemeister2013-02-261-2/+1
| |
* | fix tests in Python3, and make them parallelizablePhilipp Hagemeister2013-02-261-6/+7
| |
* | Do not user upper-case for non-constantsPhilipp Hagemeister2013-02-261-31/+31
| |
* | Merge remote-tracking branch 'origin/API_YT_playlists'Philipp Hagemeister2013-02-263-75/+120
|\ \
| * | Modified Youtube video/playlist matching; fixes #668; fixes #585Filippo Valsorda2013-02-263-33/+59
| | |
| * | Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661Filippo Valsorda2013-02-262-52/+71
| | |
* | | Merge pull request #715 from joksnet/no_video_resultsPhilipp Hagemeister2013-02-261-0/+4
|\ \ \ | |/ / |/| | [YT Search] No results if items is not in response
| * | [YT Search] No results if items is not in responseJuan M2013-02-261-0/+4
|/ / | | | | | | | | | | | | When a query results of 0 items, the key items is not present in the api_response dictionary, raising a KeyError. Intead, look for the key and call trouble if it's not present.
* | Merge remote-tracking branch 'joksnet/not_keep_video_message'Philipp Hagemeister2013-02-251-1/+1
|\ \
| * | Message for delete video it's not an error.Juan M2013-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | When using youtube-dl from another python script with the quiet option on, and a post procesor for extract the audio. The message of deleting video shows in the first script logs (as it goes to stderr). There is no way to keep this quiet as it's treated as an error, even if, for me, it's not.
* | | release 2013.02.25Philipp Hagemeister2013-02-251-1/+1
| | |
* | | Fix typoPhilipp Hagemeister2013-02-251-1/+1
| | |
* | | Formalize URL creation (prepare for some cleanup in blip.tv:users)Philipp Hagemeister2013-02-241-3/+2
| | |
* | | Merge remote-tracking branch 'joksnet/ytsearch_decode_request'Philipp Hagemeister2013-02-241-1/+1
|\ \ \
| * | | Decode the data requested to the api in utf-8.Juan M2013-02-231-1/+1
| |/ /
* | | Test TED thumbnailPhilipp Hagemeister2013-02-241-1/+2
| | |