youtube-dl
8 years agoCredit @EraYaN for vlive update (#8446)
Sergey M․ [Sun, 7 Feb 2016 00:14:26 +0000 (06:14 +0600)]
Credit @EraYaN for vlive update (#8446)

8 years ago[utils] Add dict_get convenience method
Sergey M․ [Sun, 7 Feb 2016 00:12:53 +0000 (06:12 +0600)]
[utils] Add dict_get convenience method

8 years ago[vlive] Updated to new V App/VLive api.
Erwin de Haan [Sat, 6 Feb 2016 22:37:55 +0000 (23:37 +0100)]
[vlive] Updated to new V App/VLive api.

More robust with getting keys and ids from website.

8 years ago[IPrima] Remove test video_id
pulpe [Sat, 6 Feb 2016 20:42:24 +0000 (21:42 +0100)]
[IPrima] Remove test video_id

8 years ago[iprima] Follow pep8
Jaime Marquínez Ferrándiz [Sat, 6 Feb 2016 20:37:28 +0000 (21:37 +0100)]
[iprima] Follow pep8

8 years ago[IPrima] Fix extractor (fixes #7617)
pulpe [Sat, 6 Feb 2016 20:23:41 +0000 (21:23 +0100)]
[IPrima] Fix extractor (fixes #7617)

8 years agoMerge pull request #8445 from bpfoley/rte-newurl
Sergey M [Sat, 6 Feb 2016 19:28:39 +0000 (00:28 +0500)]
Merge pull request #8445 from bpfoley/rte-newurl

[rte:radio] Add support for RTMP downloads, alternate URL style

8 years ago[rte:radio] Add support for RTMP downloads, alternate URL style
Brian Foley [Sat, 6 Feb 2016 18:42:57 +0000 (18:42 +0000)]
[rte:radio] Add support for RTMP downloads, alternate URL style

This is useful as
a) RTMP downloads are a good deal faster to download
b) Older items are available only as RTMP streams

8 years ago[FFmpegSubtitlesConvertorPP] remove unused variable
Jaime Marquínez Ferrándiz [Sat, 6 Feb 2016 18:04:53 +0000 (19:04 +0100)]
[FFmpegSubtitlesConvertorPP] remove unused variable

8 years ago[FFmpegSubtitlesConvertorPP] remove intermediate srt files
Jaime Marquínez Ferrándiz [Sat, 6 Feb 2016 18:04:18 +0000 (19:04 +0100)]
[FFmpegSubtitlesConvertorPP] remove intermediate srt files

8 years ago[FFmpegSubtitlesConvertorPP] correctly update the extension (fixes #8444)
Jaime Marquínez Ferrándiz [Sat, 6 Feb 2016 17:58:18 +0000 (18:58 +0100)]
[FFmpegSubtitlesConvertorPP] correctly update the extension (fixes #8444)

8 years ago[FFmpegSubtitlesConvertorPP] fix not working when srt is used as the intermediate...
Jaime Marquínez Ferrándiz [Sat, 6 Feb 2016 17:51:05 +0000 (18:51 +0100)]
[FFmpegSubtitlesConvertorPP] fix not working when srt is used as the intermediate format between ttml/dfxp and other format

It was trying to use the ttml/dfxp file with ffmpeg, which doesn't have support for them.
I broke it in e04398e397d4a4f7e0d0994355d5a94c22441e7c.

8 years ago[downloader/hls] Do not send 'q' to ffmpeg on Windows (Closes #8300)
Sergey M․ [Sat, 6 Feb 2016 17:24:22 +0000 (23:24 +0600)]
[downloader/hls] Do not send 'q' to ffmpeg on Windows (Closes #8300)

8 years ago[README.md] Fix typo
Sergey M [Sat, 6 Feb 2016 16:40:20 +0000 (22:40 +0600)]
[README.md] Fix typo

8 years ago[README.md] Remove non-relevant info
Sergey M [Sat, 6 Feb 2016 16:39:50 +0000 (22:39 +0600)]
[README.md] Remove non-relevant info

8 years ago[README.md] Fix typo
Sergey M [Sat, 6 Feb 2016 16:36:30 +0000 (22:36 +0600)]
[README.md] Fix typo

8 years ago[videomore] Fix typo
Sergey M․ [Sat, 6 Feb 2016 16:36:30 +0000 (22:36 +0600)]
[videomore] Fix typo

8 years ago[README.md] Improve output template documentation and add more examples
Sergey M [Sat, 6 Feb 2016 16:33:49 +0000 (22:33 +0600)]
[README.md] Improve output template documentation and add more examples

8 years ago[generic] detect MPD manfiest only from the content
remitamine [Sat, 6 Feb 2016 13:51:45 +0000 (14:51 +0100)]
[generic] detect MPD manfiest only from the content

8 years ago[extractor/generic] Detect DASH manifests in found URLs and extract mpd formats
Sergey M․ [Sat, 6 Feb 2016 13:42:03 +0000 (19:42 +0600)]
[extractor/generic] Detect DASH manifests in found URLs and extract mpd formats

8 years ago[extractor/generic] Detect DASH manifests and extract mpd formats
Sergey M․ [Sat, 6 Feb 2016 13:35:32 +0000 (19:35 +0600)]
[extractor/generic] Detect DASH manifests and extract mpd formats

8 years ago[common] use float conversion instead of using division from __future__
remitamine [Sat, 6 Feb 2016 13:27:04 +0000 (14:27 +0100)]
[common] use float conversion instead of using division from __future__

8 years agorename _parse_mpd to _parse_mpd_formats and add default value for mpd namespace
remitamine [Sat, 6 Feb 2016 13:03:48 +0000 (14:03 +0100)]
rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespace

8 years ago[common] sort dash formats
remitamine [Sat, 6 Feb 2016 05:52:48 +0000 (06:52 +0100)]
[common] sort dash formats

8 years ago[generic] extract dash formats detected using content type
remitamine [Sat, 6 Feb 2016 05:47:38 +0000 (06:47 +0100)]
[generic] extract dash formats detected using content type

8 years agoMerge pull request #8408 from remitamine/dash
remitamine [Sat, 6 Feb 2016 05:26:02 +0000 (06:26 +0100)]
Merge pull request #8408 from remitamine/dash

Add generic support for mpd manifests(dash formats)

8 years ago[youtube] Fix automatic captions
Sergey M․ [Sat, 6 Feb 2016 00:44:38 +0000 (06:44 +0600)]
[youtube] Fix automatic captions

8 years ago[vidme] Clarify IE_NAMEs
Sergey M․ [Fri, 5 Feb 2016 17:58:26 +0000 (23:58 +0600)]
[vidme] Clarify IE_NAMEs

8 years ago[vidme:user:likes] Add extractor
Sergey M․ [Fri, 5 Feb 2016 17:57:35 +0000 (23:57 +0600)]
[vidme:user:likes] Add extractor

8 years ago[vidme:user] Add extractor (Closes #8416)
Sergey M․ [Fri, 5 Feb 2016 17:32:22 +0000 (23:32 +0600)]
[vidme:user] Add extractor (Closes #8416)

8 years agoMerge branch 'master' of github.com:rg3/youtube-dl
remitamine [Fri, 5 Feb 2016 16:20:00 +0000 (17:20 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

8 years ago[spankbang] Add test with single format (#8398)
Sergey M․ [Fri, 5 Feb 2016 16:16:56 +0000 (22:16 +0600)]
[spankbang] Add test with single format (#8398)

8 years ago[spankbang] Check formats (#8398)
Sergey M․ [Fri, 5 Feb 2016 16:16:40 +0000 (22:16 +0600)]
[spankbang] Check formats (#8398)

8 years ago[spankbang] Extend format id regex (Closes #8398)
Sergey M․ [Fri, 5 Feb 2016 16:16:12 +0000 (22:16 +0600)]
[spankbang] Extend format id regex (Closes #8398)

8 years ago[ffmpeg] check for m3u8 protocol in FFmpegMetadataPP
remitamine [Fri, 5 Feb 2016 16:12:49 +0000 (17:12 +0100)]
[ffmpeg] check for m3u8 protocol in FFmpegMetadataPP

8 years agorelease 2016.02.05.1
Philipp Hagemeister [Fri, 5 Feb 2016 14:17:31 +0000 (15:17 +0100)]
release 2016.02.05.1

8 years ago[ffmpeg] fix condition(fixes #8440)
remitamine [Fri, 5 Feb 2016 14:12:06 +0000 (15:12 +0100)]
[ffmpeg] fix condition(fixes #8440)

8 years agorelease 2016.02.05
Philipp Hagemeister [Fri, 5 Feb 2016 10:04:00 +0000 (11:04 +0100)]
release 2016.02.05

8 years ago[arte.tv:+7] Fix extraction (fixes #8427)
Jaime Marquínez Ferrándiz [Thu, 4 Feb 2016 19:16:47 +0000 (20:16 +0100)]
[arte.tv:+7] Fix extraction (fixes #8427)

8 years agorelease 2016.02.04
Philipp Hagemeister [Thu, 4 Feb 2016 12:39:26 +0000 (13:39 +0100)]
release 2016.02.04

8 years ago[test_subtitles] update youtube subtitles tests
remitamine [Thu, 4 Feb 2016 07:50:55 +0000 (08:50 +0100)]
[test_subtitles] update youtube subtitles tests

8 years ago[youtube] fix subtitle order
remitamine [Thu, 4 Feb 2016 07:39:01 +0000 (08:39 +0100)]
[youtube] fix subtitle order

8 years ago[youtube] fix subtitle extraction(fixes #8415)
remitamine [Thu, 4 Feb 2016 07:28:37 +0000 (08:28 +0100)]
[youtube] fix subtitle extraction(fixes #8415)

8 years ago[generic] extract m3u8 formats when mpegurl content type detected
remitamine [Thu, 4 Feb 2016 00:25:36 +0000 (01:25 +0100)]
[generic] extract m3u8 formats when mpegurl content type detected

8 years ago[common] fix segment duration calculation
remitamine [Wed, 3 Feb 2016 22:57:08 +0000 (23:57 +0100)]
[common] fix segment duration calculation

8 years ago[common] fix media_template string formating
remitamine [Wed, 3 Feb 2016 22:54:34 +0000 (23:54 +0100)]
[common] fix media_template string formating

8 years ago[common] skip drm protected dash formats
remitamine [Wed, 3 Feb 2016 17:44:43 +0000 (18:44 +0100)]
[common] skip drm protected dash formats

8 years ago[kuwo] Check for georestriction
Yen Chi Hsuan [Wed, 3 Feb 2016 17:26:25 +0000 (01:26 +0800)]
[kuwo] Check for georestriction

8 years ago[README.md] Clarify unavailable sequences in output format
Sergey M [Wed, 3 Feb 2016 14:18:25 +0000 (19:18 +0500)]
[README.md] Clarify unavailable sequences in output format

8 years ago[common] ignore ISO 639-2 generic codes
remitamine [Wed, 3 Feb 2016 12:24:07 +0000 (13:24 +0100)]
[common] ignore ISO 639-2 generic codes

8 years ago[srgssr] use flv as ext for rtmp formats
remitamine [Tue, 2 Feb 2016 22:09:50 +0000 (23:09 +0100)]
[srgssr] use flv as ext for rtmp formats

8 years ago[cbsnews] add support for live videos(fixes #7010)
remitamine [Tue, 2 Feb 2016 22:02:18 +0000 (23:02 +0100)]
[cbsnews] add support for live videos(fixes #7010)

8 years ago[utils] dfxp2srt: make TTMLPElementParser inherit from object
Jaime Marquínez Ferrándiz [Tue, 2 Feb 2016 21:30:13 +0000 (22:30 +0100)]
[utils] dfxp2srt: make TTMLPElementParser inherit from object

For consistency between python 2 and 3.

8 years ago[ffmpeg] fix adding metadata when using --hls-prefer-native(#8350)
remitamine [Tue, 2 Feb 2016 21:14:23 +0000 (22:14 +0100)]
[ffmpeg] fix adding metadata when using --hls-prefer-native(#8350)

8 years ago[common] remove duplicate reference to namespace
remitamine [Tue, 2 Feb 2016 21:02:08 +0000 (22:02 +0100)]
[common] remove duplicate reference to namespace

8 years ago[test_YoutubeDL] Fix test_youtube_format_selection
Yen Chi Hsuan [Tue, 2 Feb 2016 19:42:37 +0000 (03:42 +0800)]
[test_YoutubeDL] Fix test_youtube_format_selection

Broken since a6c2c24479e5f4827ceb06f64d855329c0a6f593. Thanks to
@jaimeMF and @anisse for pointing that out

8 years agoMerge pull request #8354 from remitamine/m3u8_metadata
remitamine [Tue, 2 Feb 2016 18:13:58 +0000 (19:13 +0100)]
Merge pull request #8354 from remitamine/m3u8_metadata

[ffmpeg] fix adding metadata when using m3u8_native(fixes #8350)

8 years agoMerge pull request #8348 from remitamine/dfxp2srt-text
remitamine [Tue, 2 Feb 2016 17:36:26 +0000 (18:36 +0100)]
Merge pull request #8348 from remitamine/dfxp2srt-text

[utils] fix dfxp2srt text extraction(fixes #8055)

8 years ago[common] fix media template regex
remitamine [Tue, 2 Feb 2016 17:30:31 +0000 (18:30 +0100)]
[common] fix media template regex

8 years ago[vevo] add support for dash formats
remitamine [Tue, 2 Feb 2016 17:13:01 +0000 (18:13 +0100)]
[vevo] add support for dash formats

8 years ago[downloader/dash] make initialization_url optional
remitamine [Tue, 2 Feb 2016 17:12:32 +0000 (18:12 +0100)]
[downloader/dash] make initialization_url optional

8 years ago[facebook] use _parse_mpd
remitamine [Tue, 2 Feb 2016 17:11:16 +0000 (18:11 +0100)]
[facebook] use _parse_mpd

8 years ago[youtube] use _extract_mpd_formats
remitamine [Tue, 2 Feb 2016 17:10:23 +0000 (18:10 +0100)]
[youtube] use _extract_mpd_formats

8 years ago[common] add a generic support for mpd manifests
remitamine [Tue, 2 Feb 2016 17:07:07 +0000 (18:07 +0100)]
[common] add a generic support for mpd manifests

8 years ago[vk:uservideos] Improve _VALID_URL (Closes #8389)
Sergey M․ [Mon, 1 Feb 2016 18:52:37 +0000 (00:52 +0600)]
[vk:uservideos] Improve _VALID_URL (Closes #8389)

8 years agorelease 2016.02.01
Philipp Hagemeister [Mon, 1 Feb 2016 11:00:32 +0000 (12:00 +0100)]
release 2016.02.01

8 years agoMerge pull request #8374 from yan12125/facebook-dash
Yen Chi Hsuan [Mon, 1 Feb 2016 10:31:49 +0000 (18:31 +0800)]
Merge pull request #8374 from yan12125/facebook-dash

Facebook DASH formats

8 years ago[daum.net:user] Match more URLs (#1952)
Yen Chi Hsuan [Mon, 1 Feb 2016 10:26:23 +0000 (18:26 +0800)]
[daum.net:user] Match more URLs (#1952)

8 years agoMerge branch 'ping-daum-playlist-user'
Yen Chi Hsuan [Mon, 1 Feb 2016 10:19:32 +0000 (18:19 +0800)]
Merge branch 'ping-daum-playlist-user'

8 years ago[daum] Update test_daum_1
Yen Chi Hsuan [Mon, 1 Feb 2016 10:19:02 +0000 (18:19 +0800)]
[daum] Update test_daum_1

8 years ago[daum] Do not match a single URL with multiple info extractors
Yen Chi Hsuan [Mon, 1 Feb 2016 10:15:53 +0000 (18:15 +0800)]
[daum] Do not match a single URL with multiple info extractors

8 years ago[daum] PEP8
Yen Chi Hsuan [Mon, 1 Feb 2016 09:40:35 +0000 (17:40 +0800)]
[daum] PEP8

8 years agoMerge branch 'daum-playlist-user' of https://github.com/ping/youtube-dl into ping...
Yen Chi Hsuan [Mon, 1 Feb 2016 09:29:12 +0000 (17:29 +0800)]
Merge branch 'daum-playlist-user' of https://github.com/ping/youtube-dl into ping-daum-playlist-user

8 years ago[kickstarter] Fix title and test_kickstarter
Yen Chi Hsuan [Mon, 1 Feb 2016 09:21:40 +0000 (17:21 +0800)]
[kickstarter] Fix title and test_kickstarter

It's the description page that contains a video. The original URL is now
the calendar.

8 years ago[kickstarter] Eliminate the warning message and add_ie
Yen Chi Hsuan [Mon, 1 Feb 2016 09:10:11 +0000 (17:10 +0800)]
[kickstarter] Eliminate the warning message and add_ie

8 years ago[YoutubeDL] Do not override ie_key in url_transparent
Yen Chi Hsuan [Mon, 1 Feb 2016 09:05:48 +0000 (17:05 +0800)]
[YoutubeDL] Do not override ie_key in url_transparent

8 years ago[vidzi] Fix _TESTS
Yen Chi Hsuan [Mon, 1 Feb 2016 09:03:31 +0000 (17:03 +0800)]
[vidzi] Fix _TESTS

8 years ago[vidzi] Fix extraction
Yen Chi Hsuan [Mon, 1 Feb 2016 07:40:42 +0000 (15:40 +0800)]
[vidzi] Fix extraction

Closes #8386.

Vidzi.tv now uses jwplayer, which can be handled by GenericIE

8 years ago[allocine] Use xpath_element
Yen Chi Hsuan [Sun, 31 Jan 2016 21:32:28 +0000 (05:32 +0800)]
[allocine] Use xpath_element

8 years ago[bpb] Fix extraction and update tests
Yen Chi Hsuan [Sun, 31 Jan 2016 21:00:09 +0000 (05:00 +0800)]
[bpb] Fix extraction and update tests

8 years ago[allocine] Fix for Python 2.6
Yen Chi Hsuan [Sun, 31 Jan 2016 19:34:02 +0000 (03:34 +0800)]
[allocine] Fix for Python 2.6

Python 2.6 does not support .// syntax in find(). Fortunately, the
interested node is at the top level

8 years ago[allocine] Fix extraction of test_allocine_1 and update tests
Yen Chi Hsuan [Sun, 31 Jan 2016 19:31:58 +0000 (03:31 +0800)]
[allocine] Fix extraction of test_allocine_1 and update tests

8 years ago[acast] Remove ACastBaseIE
Yen Chi Hsuan [Sun, 31 Jan 2016 19:08:46 +0000 (03:08 +0800)]
[acast] Remove ACastBaseIE

No longer necessary as _API_BASE_URL is used by ACastChannelIE only

8 years ago[acast] Fix extraction
Yen Chi Hsuan [Sun, 31 Jan 2016 19:07:04 +0000 (03:07 +0800)]
[acast] Fix extraction

8 years agoMerge branch 'rrooij-gamekings_fix'
Yen Chi Hsuan [Sun, 31 Jan 2016 18:21:02 +0000 (02:21 +0800)]
Merge branch 'rrooij-gamekings_fix'

8 years ago[gamekings] Stricter checks
Yen Chi Hsuan [Sun, 31 Jan 2016 18:19:03 +0000 (02:19 +0800)]
[gamekings] Stricter checks

8 years ago[gamekings] add_ie
Yen Chi Hsuan [Sun, 31 Jan 2016 18:15:25 +0000 (02:15 +0800)]
[gamekings] add_ie

8 years ago[gamekings] Add MD5 back
Yen Chi Hsuan [Sun, 31 Jan 2016 18:13:11 +0000 (02:13 +0800)]
[gamekings] Add MD5 back

The test is now a YouTube video, whose MD5 should be stable

8 years agoMerge branch 'gamekings_fix' of https://github.com/rrooij/youtube-dl into rrooij...
Yen Chi Hsuan [Sun, 31 Jan 2016 18:11:25 +0000 (02:11 +0800)]
Merge branch 'gamekings_fix' of https://github.com/rrooij/youtube-dl into rrooij-gamekings_fix

8 years ago[youtube] Use 'orderedSet' instead of 'set' to preserve the order
Jaime Marquínez Ferrándiz [Sun, 31 Jan 2016 14:11:00 +0000 (15:11 +0100)]
[youtube] Use 'orderedSet' instead of 'set' to preserve the order

8 years ago[FFmpegSubtitlesConvertorPP] delete old subtitle files (fixes #8382)
Jaime Marquínez Ferrándiz [Sun, 31 Jan 2016 13:22:36 +0000 (14:22 +0100)]
[FFmpegSubtitlesConvertorPP] delete old subtitle files (fixes #8382)

8 years ago[xuite] Replace the test case with my uploaded one
Yen Chi Hsuan [Sun, 31 Jan 2016 12:21:57 +0000 (20:21 +0800)]
[xuite] Replace the test case with my uploaded one

8 years ago[youporn] Fix uploader and description
Yen Chi Hsuan [Sun, 31 Jan 2016 12:00:07 +0000 (20:00 +0800)]
[youporn] Fix uploader and description

8 years ago[test_subtitles] Fix TestRaiSubtitles
Yen Chi Hsuan [Sun, 31 Jan 2016 11:53:22 +0000 (19:53 +0800)]
[test_subtitles] Fix TestRaiSubtitles

RaiIE is renamed to RaiTVIE in 06d5556dface3901a86419b6b125ef377116448f

8 years ago[test_youtube_lists] Fix TestYoutubeLists.test_youtube_course
Yen Chi Hsuan [Sun, 31 Jan 2016 11:49:54 +0000 (19:49 +0800)]
[test_youtube_lists] Fix TestYoutubeLists.test_youtube_course

Youtube entries are now generators

8 years agorelease 2016.01.31
Philipp Hagemeister [Sun, 31 Jan 2016 11:57:18 +0000 (12:57 +0100)]
release 2016.01.31

8 years ago[youtube] Filter duplicates in playlists base extractor
Sergey M․ [Sun, 31 Jan 2016 11:52:02 +0000 (17:52 +0600)]
[youtube] Filter duplicates in playlists base extractor

8 years ago[youtube] Use authentication for entry list base extractor (Closes #8380)
Sergey M․ [Sun, 31 Jan 2016 11:49:59 +0000 (17:49 +0600)]
[youtube] Use authentication for entry list base extractor (Closes #8380)

8 years ago[Gamekings] Fix viewing of old videos
rrooij [Sat, 30 Jan 2016 23:12:45 +0000 (00:12 +0100)]
[Gamekings] Fix viewing of old videos

Some old videos that aren't on Vimeo are being uploaded to YouTube under the
'Gamekings Vault' channel. They use YouTube now for some videos as video
hosting instead of Vimeo or their own hosting. The first test failed to
succeed under the existing code, but works now by using the YouTube
extractor.

The Regex is changed to find the new gogoVideo JavaScript line with the
YouTube embed. Checking if there is a YouTube embed is done by a String
find, which is probably not the best method of checking this.

8 years ago[letv] Fix LetvCloud extraction
Yen Chi Hsuan [Sat, 30 Jan 2016 23:13:21 +0000 (07:13 +0800)]
[letv] Fix LetvCloud extraction