28997 Commits

Author SHA1 Message Date
Jaime Marquínez Ferrándiz
6ce077671b Don't accept '>' inside the content attribute in OpenGraph regexes 2013-11-23 17:48:46 -02:00
Jaime Marquínez Ferrándiz
1bede9f6c6 Improve the OpenGraph regex
* Do not accept '>' between the property and content attributes.
* Recognize the properties if the content attribute is before the property attribute using two regexes (fixes the extraction of the description for SlideshareIE).
2013-11-23 17:48:46 -02:00
Jaime Marquínez Ferrándiz
baf4b73157 [tvp] Update the title and the description of the test video 2013-11-23 17:48:46 -02:00
Jaime Marquínez Ferrándiz
19f2d7b4bc [youtube:channel] Fix the extraction of autogenerated channels
The ajax pages are empty, now it looks directly in the channel's /videos page
2013-11-23 17:48:46 -02:00
Jaime Marquínez Ferrándiz
6f7020646d Pass the 'download' argument to 'process_video_result' (fixes #1769) 2013-11-23 17:48:46 -02:00
Philipp Hagemeister
8dc3ac2b41 release 2013.11.15 2013-11-23 17:48:46 -02:00
Philipp Hagemeister
9855e620c5 [youtube] Fix protocol-independent URLs (Fixes #1768) 2013-11-23 17:48:46 -02:00
Jaime Marquínez Ferrándiz
f898fbea50 [soundlcoud] Set the correct extension for the tracks (fixes #1766)
Some tracks are not in mp3 format, they can be wav files.
2013-11-23 17:48:46 -02:00
Jaime Marquínez Ferrándiz
72044f3f26 [livestream] Add an extractor for the original version of livestream (closes #1764)
The two versions use different systems.
2013-11-23 17:48:46 -02:00
Janez Troha
f2e2aa67d8 Update test_write_info_json.py 2013-11-23 17:48:46 -02:00
Janez Troha
8f8a9e61dc Fix filename extension leaking to json filename
Makes writeinfojson behaving exactly as writethumbnail in case where filename contains mediafile extension.

Case:

video.mp4 converted to music.mp3 would yield music.mp4.info.json instead music.mp3.info.json or music.info.json
2013-11-23 17:48:46 -02:00
Jaime Marquínez Ferrándiz
1057e3591a Don't assume the 'subtitlesformat' is set in the params dict (fixes #1750) 2013-11-23 17:48:46 -02:00
Jaime Marquínez Ferrándiz
ba9ade5b44 [gamekings] Fix the test video checksum 2013-11-23 17:48:45 -02:00
Jaime Marquínez Ferrándiz
705ff439f5 [youtube:playlist] Login into youtube if requested (fixes #1757)
Allows to download private playlists
2013-11-23 17:48:45 -02:00
Jaime Marquínez Ferrándiz
b4ed26e2ab [youtube:playlist] Don't use the gdata api (closes #1508)
Parse the playlist pages instead
2013-11-23 17:48:45 -02:00
Philipp Hagemeister
e56eaf38c4 release 2013.11.13 2013-11-23 17:48:45 -02:00
Philipp Hagemeister
b9a828f579 Credit @saper for tvp IE (#1730) 2013-11-23 17:48:45 -02:00
Philipp Hagemeister
ce3725b1d3 [tvp] Minor improvements (#1730) 2013-11-23 17:48:45 -02:00
Philipp Hagemeister
330ad6eab5 Credit @jelly for gamekings extractor (#1759) 2013-11-23 17:48:45 -02:00
Philipp Hagemeister
2c35b14de2 [gamekings] Minor fixes (#1759) 2013-11-23 17:48:45 -02:00
Jelle van der Waa
d68a0deb4b Add extractor for gamekings.tv 2013-11-23 17:48:45 -02:00
migbac
6cfb8eb316 Add support for d8.tv 2013-11-23 17:48:45 -02:00
Jaime Marquínez Ferrándiz
f63ccd8b5d [vine] Fix uploader extraction 2013-11-23 17:48:45 -02:00
Jaime Marquínez Ferrándiz
0992478019 FFmpegMetadataPP: don't enclose the values with " (fixes #1756) 2013-11-23 17:48:45 -02:00
Philipp Hagemeister
2aa2b12e4f [common] Simplify og_search_property 2013-11-23 17:48:45 -02:00
Marcin Cieślak
6f4ff04bf1 [tvp] Telewizja Polska: new extractor for tvp.pl, fixes #1719
Thanks-To: mplonski

https://github.com/mplonski/linux/blob/master/tvp-dl.py
2013-11-23 17:48:45 -02:00
Philipp Hagemeister
e5c146d586 [streamcloud] skip test on travis 2013-11-23 15:57:42 +01:00
Takuya Tsuchida
52ad14aeb0 Add support for niconico 2013-11-23 18:19:44 +09:00
Itay Brandes
43afe28588 Log to an external logger (fixes #1810)
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-23 10:22:18 +02:00
Philipp Hagemeister
1e4364dad6 release 2013.11.22.2 2013-11-22 23:28:10 +01:00
Philipp Hagemeister
a87b0615aa release 2013.11.22.2 2013.11.22.2 2013-11-22 23:08:15 +01:00
Philipp Hagemeister
d7386f6276 [update] Check if version from repository is newer before updating
Closes #1704
2013-11-22 23:05:58 +01:00
Philipp Hagemeister
081640940e Merge branch 'master' of github.com:rg3/youtube-dl 2013-11-22 22:46:57 +01:00
Philipp Hagemeister
7012b23c94 Match --download-archive during playlist processing (Fixes #1745) 2013-11-22 22:46:46 +01:00
Jaime Marquínez Ferrándiz
d3b30148ed [bambuser:channel] Update test 2013-11-22 21:26:31 +01:00
Jaime Marquínez Ferrándiz
9f79463803 [howcast] update test's checksum 2013-11-22 21:25:12 +01:00
Jaime Marquínez Ferrándiz
d35dc6d3b5 [bandcamp] move the album test to the album extractor and return a single track instead of a playlist 2013-11-22 21:19:31 +01:00
Philipp Hagemeister
0c0e6a64a3 release 2013.11.22.1 2013-11-22 20:25:49 +01:00
Philipp Hagemeister
50123be421 release 2013.11.22.1 2013.11.22.1 2013-11-22 20:23:55 +01:00
Philipp Hagemeister
3f8ced5144 Merge remote-tracking branch 'jaimeMF/yt-playlists' 2013-11-22 20:11:54 +01:00
Philipp Hagemeister
00ea0f11eb Print full title in --get-title output (#1806) 2013-11-22 20:00:35 +01:00
Philipp Hagemeister
dca0872056 Move the opener to the YoutubeDL object.
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 19:57:52 +01:00
Philipp Hagemeister
0b63aed8df [update] do not assign to unused variables 2013-11-22 19:15:36 +01:00
Philipp Hagemeister
15c3adbb16 Merge branch 'master' of github.com:rg3/youtube-dl 2013-11-22 19:08:33 +01:00
Philipp Hagemeister
f143a42fe6 [bandcamp] Skip album test 2013-11-22 19:08:25 +01:00
Jaime Marquínez Ferrándiz
241650c7ff [vimeo] Fix the extraction of vimeo pro and player.vimeo.com videos 2013-11-22 18:20:31 +01:00
Philipp Hagemeister
dde4488dd2 release 2013.11.22 2013-11-22 17:48:53 +01:00
Philipp Hagemeister
bfe7439a20 release 2013.11.22 2013.11.22 2013-11-22 17:46:26 +01:00
Philipp Hagemeister
cffa6aa107 [bandcamp] Support trackinfo-style songs (Fixes #1270) 2013-11-22 17:44:55 +01:00
Philipp Hagemeister
02e4ebbbad [streamcloud] Add IE (Fixes #1801) 2013-11-22 17:19:22 +01:00