summaryrefslogtreecommitdiffstats
path: root/youtube_dl/InfoExtractors.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-201-7/+19
| | | | |
| | * | | Added new option '--sub-format' to choose the format of the subtitles to ↵Ismael Mejia2013-03-201-5/+6
| | | | | | | | | | | | | | | | | | | | downloade (defaut=srt)
| | * | | Refactor subtitle options from srt to the more generic 'sub'.Ismael Mejia2013-03-201-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-201-22/+51
| | | | | | | | | | | | | | | | | | | | Only works in youtube for the moment.
| | * | | Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia2013-02-211-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-211-20/+4
| | | | | | | | | | | | | | | | | | | | api supports the 'srt' format
* | | | | Spiegel: Support hash at end of URLPhilipp Hagemeister2013-03-161-1/+1
|/ / / /
* | | | Spiegel IEPhilipp Hagemeister2013-03-121-1/+42
| | | |
* | | | Fix Unicode handling GenericIE (Fixes #734)Philipp Hagemeister2013-03-081-7/+3
| |_|/ |/| |
* | | Escapist videos are acutally .mp4, not .flvTim Douglas2013-03-061-1/+1
| |/ |/|
* | Remove tweetreel - it has shut downPhilipp Hagemeister2013-03-031-50/+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
|/ /
* | Don't be too clever (Fixes Python 3)Philipp Hagemeister2013-02-261-2/+1
| |
* | Merge remote-tracking branch 'origin/API_YT_playlists'Philipp Hagemeister2013-02-261-63/+85
|\ \
| * | Modified Youtube video/playlist matching; fixes #668; fixes #585Filippo Valsorda2013-02-261-29/+36
| | |
| * | Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661Filippo Valsorda2013-02-261-44/+59
| | |
* | | [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.
* | 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
| |/
* | Merge remote-tracking branch 'jaimeMF/TED'Philipp Hagemeister2013-02-241-10/+10
|\ \
| * | TED: get thumbnailsJaime Marquínez Ferrándiz2013-02-231-10/+10
| |/
* / Steam: get thumbnailsJaime Marquínez Ferrándiz2013-02-231-2/+6
|/
* Also check for JSLoader of JWSPlayer (thanks to @maximeg, Closes #685)Philipp Hagemeister2013-02-211-0/+3
|
* Import HTTPErrorProcessor from the correct module (Closes #696)Philipp Hagemeister2013-02-211-1/+1
|
* Fix YP IEPhilipp Hagemeister2013-02-181-5/+5
|
* Merge remote-tracking branch 'jaimeMF/TED'Philipp Hagemeister2013-02-181-10/+58
|\
| * TED: Add support for playlistsJaime Marquínez Ferrándiz2013-02-181-10/+58
| |
* | facebook: also download lq videosPhilipp Hagemeister2013-02-181-0/+4
| |
* | Fix MyVideo IEPhilipp Hagemeister2013-02-181-1/+1
|/
* Fix 8tracksPhilipp Hagemeister2013-02-181-1/+1
|
* Mark DailyMotion as broken for now (#680)Philipp Hagemeister2013-02-181-0/+1
|
* Add tests to MySpassPhilipp Hagemeister2013-02-181-1/+58
|\
| * added new InfoExtractor for myspass.debastik2013-02-161-0/+58
| |
* | fix some titles in TEDJaime Marquínez Ferrándiz2013-02-171-1/+1
| |
* | Basic support for TEDJaime Marquínez Ferrándiz2013-02-171-0/+25
|/
* Add tests for keekPhilipp Hagemeister2013-02-081-3/+3
|
* Add KeekIE()Osama Khalid2013-02-081-0/+25
|
* Fix login (Closes #658)Philipp Hagemeister2013-02-061-10/+45
|
* Support direct vimeo links (Closes #666)Philipp Hagemeister2013-02-051-2/+6
|
* Fix encoding in youtube subtitle download (Closes #669)Philipp Hagemeister2013-02-051-3/+8
|
* Fix Facebook IEPhilipp Hagemeister2013-02-011-3/+5
|
* Fix Stanford (Closes #653)Philipp Hagemeister2013-01-271-9/+4
|
* 8tracks: Ignore hashesPhilipp Hagemeister2013-01-271-1/+1
|
* 8tracks: Better default titlesPhilipp Hagemeister2013-01-271-2/+3
|
* 8tracks: Include performer as uploaderPhilipp Hagemeister2013-01-271-0/+1
|
* 8tracks IE (Closes #652)Philipp Hagemeister2013-01-271-2/+43
|