Juan M
9e07cf2955
[YT Search] No results if items is not in response
...
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.
2013-02-26 18:06:43 +01:00
Rogério Brito
fb1448f2ce
Regen the executable.
2013-02-25 23:08:46 -03:00
Rogério Brito
c834cbcca4
FileDownloader: aria2c: Delete cookies file only if it exists.
2013-02-25 23:07:22 -03:00
Rogério Brito
91d59c7be7
FileDownloader: aria2c: Add path to cookies file on if it exists.
2013-02-25 22:13:40 -03:00
Philipp Hagemeister
f03b88b3fb
Merge remote-tracking branch 'joksnet/not_keep_video_message'
2013-02-25 00:35:12 +01:00
Philipp Hagemeister
ad8385f1fc
release 2013.02.25
2013-02-25 00:34:21 +01:00
Philipp Hagemeister
97d0365f49
release 2013.02.25
2013.02.25
2013-02-25 00:28:19 +01:00
Philipp Hagemeister
12887875a2
Fix typo
2013-02-25 00:22:55 +01:00
Philipp Hagemeister
450e709972
Formalize URL creation (prepare for some cleanup in blip.tv:users)
2013-02-24 23:23:50 +01:00
Philipp Hagemeister
9befce2b8c
Merge remote-tracking branch 'joksnet/ytsearch_decode_request'
2013-02-24 23:14:34 +01:00
Philipp Hagemeister
cb99797798
Test TED thumbnail
2013-02-24 01:01:20 +01:00
Philipp Hagemeister
f82b28146a
Merge remote-tracking branch 'jaimeMF/TED'
2013-02-24 00:59:22 +01:00
Philipp Hagemeister
4dc72b830c
Merge remote-tracking branch 'jaimeMF/Steam'
2013-02-24 00:59:03 +01:00
Philipp Hagemeister
a908b7b816
release 2013.02.22
2013-02-24 00:55:16 +01:00
Philipp Hagemeister
ea05129ebd
release 2013.02.22
2013.02.22
2013-02-24 00:47:08 +01:00
Juan M
35d217133f
Message for delete video it's not an error.
...
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.
2013-02-23 22:52:52 +01:00
Juan M
d1b7a24354
Decode the data requested to the api in utf-8.
2013-02-23 22:47:22 +01:00
Jaime Marquínez Ferrándiz
c85538dba1
TED: get thumbnails
2013-02-23 17:27:49 +01:00
Jaime Marquínez Ferrándiz
60bd48b175
Steam: get thumbnails
2013-02-23 16:48:15 +01:00
Ismael Mejia
bdc096b51d
Fixed typo in error message when no subtitles were available.
2013-02-23 16:24:59 +01:00
Philipp Hagemeister
4d8623ed73
release 2012.02.22
2013-02-22 16:46:14 +01:00
Philipp Hagemeister
4be0aa3539
release 2012.02.22
2012.02.22
2013-02-22 16:41:36 +01:00
Philipp Hagemeister
f636c34481
Stop early in nosetests (in release script)
2013-02-22 16:40:19 +01:00
Philipp Hagemeister
30b8dbc74f
Add note
2013-02-22 16:39:03 +01:00
Juan Carlos Garcia Segovia
f8aa4c1946
Allow downloading http://blip.tv/play/ embeded URLs
2013-02-22 13:53:11 +00:00
Ismael Mejia
38cc342bda
Merge remote-tracking branch 'upstream/master'
2013-02-22 04:52:10 +01:00
Ismael Mejia
ef13a25aad
Added new option '--list-subs' to show the available subtitle languages
2013-02-22 04:50:05 +01:00
Ismael Mejia
5a9b338e91
Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt)
2013-02-22 03:53:54 +01:00
Ismael Mejia
2e1a4df16f
Refactor subtitle options from srt to the more generic 'sub'.
...
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.
2013-02-22 03:13:28 +01:00
Ismael Mejia
11f337d8c7
Added new option '--all-srt' to download all the subtitles of a video.
...
Only works in youtube for the moment.
2013-02-22 02:52:55 +01:00
Ismael Mejia
d885aa1fa8
Added semantic.cache to the .gitignore file (for emacs users)
2013-02-22 02:52:15 +01:00
Philipp Hagemeister
3bf79c752e
Print *all* release notes
2013-02-22 00:36:23 +01:00
Ismael Mejia
cdb130b09a
Added new option '--only-srt' to download only the subtitles of a video
...
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)
2013-02-21 22:12:36 +01:00
Ismael Mejia
2e5d60b7db
Removed conversion from youtube closed caption format to srt since youtube api supports the 'srt' format
2013-02-21 20:51:35 +01:00
Philipp Hagemeister
8271226a55
Fix --match-title and --reject-title decoding ( Closes #690 )
2013-02-21 17:09:39 +01:00
Philipp Hagemeister
1013186a17
Also check for JSLoader of JWSPlayer (thanks to @maximeg, Closes #685 )
2013-02-21 16:56:48 +01:00
Philipp Hagemeister
7c038b3c32
Import HTTPErrorProcessor from the correct module ( Closes #696 )
2013-02-21 16:49:05 +01:00
Philipp Hagemeister
e06c1be12d
release 2013.02.19
2013-02-19 00:09:58 +01:00
Philipp Hagemeister
c8cd8e5f55
release 2013.02.19
2013.02.19
2013-02-19 00:06:04 +01:00
Philipp Hagemeister
471cf47796
include bash completion and manpage in PyPi dist
2013-02-18 23:56:13 +01:00
Philipp Hagemeister
1726ff8b2e
release 2013.02.18
2013-02-18 23:40:33 +01:00
Philipp Hagemeister
d8f64574a4
release 2013.02.18
2013.02.18
2013-02-18 23:37:20 +01:00
Philipp Hagemeister
e711babbd1
Fix YP IE
2013-02-18 23:30:33 +01:00
Philipp Hagemeister
a72b0f2b6f
Use proper echo commands
2013-02-18 23:22:01 +01:00
Philipp Hagemeister
434eb6f26b
Include man and bash completion in PyPi release
2013-02-18 23:19:57 +01:00
Philipp Hagemeister
197080b10b
Merge remote-tracking branch 'jaimeMF/TED'
2013-02-18 23:12:56 +01:00
Philipp Hagemeister
7796e8c2cb
facebook: also download lq videos
2013-02-18 23:12:48 +01:00
Philipp Hagemeister
6d4363368a
Fix MyVideo IE
2013-02-18 22:32:56 +01:00
Jaime Marquínez Ferrándiz
414638cd50
TED: Add support for playlists
2013-02-18 21:42:06 +01:00
Philipp Hagemeister
2a9983b78f
Fix 8tracks
2013-02-18 19:11:32 +01:00