youtube-dl
8 years agoMerge pull request #8611 from remitamine/ffmpegfd
remitamine [Sun, 13 Mar 2016 20:30:27 +0000 (21:30 +0100)]
Merge pull request #8611 from remitamine/ffmpegfd

[downloader/external] Add FFmpegFD

8 years ago[downloader/external] pass configuration args to ffmpeg
remitamine [Sun, 13 Mar 2016 20:13:50 +0000 (21:13 +0100)]
[downloader/external] pass configuration args to ffmpeg

8 years ago[external/downloader] don't pass -t and -ss to ffmpeg
remitamine [Sun, 13 Mar 2016 20:11:19 +0000 (21:11 +0100)]
[external/downloader] don't pass -t and -ss to ffmpeg

8 years ago[downloader/external] check for ffmpeg availablity when it used for m3u8 download
remitamine [Sun, 13 Mar 2016 19:30:23 +0000 (20:30 +0100)]
[downloader/external] check for ffmpeg availablity when it used for m3u8 download

8 years ago[download/external] move the check for multiple selected formats to get_suitable_down...
remitamine [Sun, 13 Mar 2016 19:25:39 +0000 (20:25 +0100)]
[download/external] move the check for multiple selected formats to get_suitable_downloader

8 years ago[extractor/__init__] disable time range downloading
remitamine [Sun, 13 Mar 2016 15:16:26 +0000 (16:16 +0100)]
[extractor/__init__] disable time range downloading

8 years ago[downloader/rtsp] Add rtsp and mms downloader
remitamine [Sun, 13 Mar 2016 14:24:02 +0000 (15:24 +0100)]
[downloader/rtsp] Add rtsp and mms downloader

8 years ago[downloader/external] add can_download mathod for checking downloader availibilty...
remitamine [Sun, 13 Mar 2016 13:53:17 +0000 (14:53 +0100)]
[downloader/external] add can_download mathod for checking downloader availibilty and support

8 years ago[downloader/external] wrap available_opt in a list
remitamine [Sun, 13 Mar 2016 13:37:45 +0000 (14:37 +0100)]
[downloader/external] wrap available_opt in a list

8 years agoMerge pull request #8821 from remitamine/list-thumbnails-order
remitamine [Sun, 13 Mar 2016 11:44:50 +0000 (12:44 +0100)]
Merge pull request #8821 from remitamine/list-thumbnails-order

[YoutubeDL] check for --list-thumbnails immediately after processing them

8 years ago[YoutubeDL] check for --list-thumbnails immediately after processing them
remitamine [Thu, 10 Mar 2016 19:17:35 +0000 (20:17 +0100)]
[YoutubeDL] check for --list-thumbnails immediately after processing them

8 years ago[downloader/external] skip FFmpegFD when requesting multiple formats
remitamine [Sun, 13 Mar 2016 11:23:10 +0000 (12:23 +0100)]
[downloader/external] skip FFmpegFD when requesting multiple formats

8 years ago[utils] PEP 8
Sergey M․ [Sun, 13 Mar 2016 11:23:08 +0000 (17:23 +0600)]
[utils] PEP 8

8 years ago[vice:show] Add extractor (Closes #8847)
Sergey M․ [Sun, 13 Mar 2016 11:22:23 +0000 (17:22 +0600)]
[vice:show] Add extractor (Closes #8847)

8 years ago[ffmpeg] convert format ext to ffmpeg output formats codes
remitamine [Sun, 13 Mar 2016 11:15:29 +0000 (12:15 +0100)]
[ffmpeg] convert format ext to ffmpeg output formats codes

8 years ago[mixcloud] Fix view count extraction (Closes #8831, closes #8845)
Sergey M․ [Sun, 13 Mar 2016 10:27:58 +0000 (16:27 +0600)]
[mixcloud] Fix view count extraction (Closes #8831, closes #8845)

8 years ago[bbc] Generalize unit table lookup and add parse_count
Sergey M․ [Sun, 13 Mar 2016 10:27:20 +0000 (16:27 +0600)]
[bbc] Generalize unit table lookup and add parse_count

8 years ago[bbc] Update test
Sergey M․ [Sun, 13 Mar 2016 09:59:54 +0000 (15:59 +0600)]
[bbc] Update test

8 years ago[bbc] Update test
Sergey M․ [Sun, 13 Mar 2016 09:56:34 +0000 (15:56 +0600)]
[bbc] Update test

8 years ago[bbc] Improve title and description extraction (Closes #8826, closes #8822)
Sergey M․ [Sun, 13 Mar 2016 09:54:56 +0000 (15:54 +0600)]
[bbc] Improve title and description extraction (Closes #8826, closes #8822)

8 years ago[bbc] Fix BBC Extractor to work with 'School Report'
Benjamin Congdon [Fri, 11 Mar 2016 15:31:35 +0000 (09:31 -0600)]
[bbc] Fix BBC Extractor to work with 'School Report'

8 years ago[makerschannel] Add new extractor(closes #8839)
remitamine [Sat, 12 Mar 2016 21:51:36 +0000 (22:51 +0100)]
[makerschannel] Add new extractor(closes #8839)

8 years ago[minoto] Add new extractor
remitamine [Sat, 12 Mar 2016 21:13:25 +0000 (22:13 +0100)]
[minoto] Add new extractor

8 years ago[safari] Remove unused imports
Sergey M․ [Sat, 12 Mar 2016 21:48:38 +0000 (03:48 +0600)]
[safari] Remove unused imports

8 years ago[extractor/generic] Extract f4m formats from final URLs
Sergey M․ [Sat, 12 Mar 2016 21:38:20 +0000 (03:38 +0600)]
[extractor/generic] Extract f4m formats from final URLs

8 years ago[extractor/generic] Extract f4m formats and refactor common info
Sergey M․ [Sat, 12 Mar 2016 21:17:25 +0000 (03:17 +0600)]
[extractor/generic] Extract f4m formats and refactor common info

8 years ago[extractor/common] Add _parse_f4m_formats routine
Sergey M․ [Sat, 12 Mar 2016 21:16:08 +0000 (03:16 +0600)]
[extractor/common] Add _parse_f4m_formats routine

8 years ago[safari] Fix authentication
Sergey M․ [Sat, 12 Mar 2016 20:08:36 +0000 (02:08 +0600)]
[safari] Fix authentication

8 years ago[safari] Respect kaltura session (Closes #7491)
Sergey M․ [Sat, 12 Mar 2016 20:03:07 +0000 (02:03 +0600)]
[safari] Respect kaltura session (Closes #7491)

8 years ago[kaltura] Respect kaltura session
Sergey M․ [Sat, 12 Mar 2016 20:01:10 +0000 (02:01 +0600)]
[kaltura] Respect kaltura session

8 years ago[kaltura] optimize url info extraction
remitamine [Sat, 12 Mar 2016 17:43:45 +0000 (18:43 +0100)]
[kaltura] optimize url info extraction

8 years agoMerge pull request #8827 from remitamine/safari
remitamine [Sat, 12 Mar 2016 16:28:54 +0000 (17:28 +0100)]
Merge pull request #8827 from remitamine/safari

[safari] extract free and preview videos(#7491)

8 years ago[dw] add support for article pages(closes #8790)
remitamine [Sat, 12 Mar 2016 07:33:22 +0000 (08:33 +0100)]
[dw] add support for article pages(closes #8790)

8 years ago[dw] add support for audio pages
remitamine [Fri, 11 Mar 2016 22:55:26 +0000 (23:55 +0100)]
[dw] add support for audio pages

8 years ago[dw] Add new extractor
remitamine [Fri, 11 Mar 2016 21:44:18 +0000 (22:44 +0100)]
[dw] Add new extractor

8 years ago[extractor/common] add transform_source to _download_smil and _extract_smil_formats
remitamine [Fri, 11 Mar 2016 21:37:07 +0000 (22:37 +0100)]
[extractor/common] add transform_source to _download_smil and _extract_smil_formats

8 years ago[googledrive] Relax _VALID_URL (Closes #8829)
Sergey M․ [Fri, 11 Mar 2016 18:36:39 +0000 (00:36 +0600)]
[googledrive] Relax _VALID_URL (Closes #8829)

8 years agoMerge pull request #8819 from remitamine/simple-webpage-requests
remitamine [Fri, 11 Mar 2016 17:19:43 +0000 (18:19 +0100)]
Merge pull request #8819 from remitamine/simple-webpage-requests

[extractor/common] simplify using data, headers and query params with _download_* methods

8 years ago[extractor/common] add data, headers and query params to _request_webpage
remitamine [Thu, 10 Mar 2016 18:49:13 +0000 (19:49 +0100)]
[extractor/common] add data, headers and query params to _request_webpage

8 years ago[safari] extract free and preview videos(#7491)
remitamine [Fri, 11 Mar 2016 15:57:06 +0000 (16:57 +0100)]
[safari] extract free and preview videos(#7491)

8 years ago[kaltura] add support for videos with reference id
remitamine [Fri, 11 Mar 2016 15:52:07 +0000 (16:52 +0100)]
[kaltura] add support for videos with reference id

8 years ago[common] Use mimeType to determine file extensions (#8766)
Yen Chi Hsuan [Fri, 11 Mar 2016 15:49:55 +0000 (23:49 +0800)]
[common] Use mimeType to determine file extensions (#8766)

8 years ago[utils] Remove codec2ext
Yen Chi Hsuan [Fri, 11 Mar 2016 15:48:05 +0000 (23:48 +0800)]
[utils] Remove codec2ext

This function is orignally used for determining file extensions of DASH
formats. Now in DASH, ext is determined by mime_type. See #8766 for more
information.

8 years agoCredit @benjamincongdon for audioboom (#8812)
Sergey M․ [Fri, 11 Mar 2016 13:46:06 +0000 (19:46 +0600)]
Credit @benjamincongdon for audioboom (#8812)

8 years ago[audioboom] Improve robustness and extract uploader (Closes #8812)
Sergey M․ [Fri, 11 Mar 2016 13:44:17 +0000 (19:44 +0600)]
[audioboom] Improve robustness and extract uploader (Closes #8812)

8 years agoAdded extractor for AudioBoom.com
Benjamin Congdon [Thu, 10 Mar 2016 03:16:21 +0000 (21:16 -0600)]
Added extractor for AudioBoom.com

8 years agoMerge pull request #8766 from yan12125/dash-detect-ext
Yen Chi Hsuan [Fri, 11 Mar 2016 13:40:07 +0000 (21:40 +0800)]
Merge pull request #8766 from yan12125/dash-detect-ext

Detect file extensions of DASH formats from their codecs

8 years ago[facebook] Support videos in groups
Yen Chi Hsuan [Fri, 11 Mar 2016 08:20:27 +0000 (16:20 +0800)]
[facebook] Support videos in groups

Viewing/Downloading videos in groups requires logging in, even for
those in public groups.

Fixes #6951.

8 years ago[facebook] Don't override variable in list comprehension
Jaime Marquínez Ferrándiz [Thu, 10 Mar 2016 14:17:04 +0000 (15:17 +0100)]
[facebook] Don't override variable in list comprehension

8 years ago[iqiyi] Update enc_key
Yen Chi Hsuan [Thu, 10 Mar 2016 13:37:26 +0000 (21:37 +0800)]
[iqiyi] Update enc_key

8 years ago[facebook] Handle escaped swf params
Yen Chi Hsuan [Thu, 10 Mar 2016 07:26:32 +0000 (15:26 +0800)]
[facebook] Handle escaped swf params

Fixes #8713

8 years ago[facebook] Fix for m.facebook.com URLs
Yen Chi Hsuan [Thu, 10 Mar 2016 06:58:05 +0000 (14:58 +0800)]
[facebook] Fix for m.facebook.com URLs

8 years ago[facebook] Merge FacebookPostIE into FacebookIE
Yen Chi Hsuan [Thu, 10 Mar 2016 06:33:48 +0000 (14:33 +0800)]
[facebook] Merge FacebookPostIE into FacebookIE

Fixes #8713

8 years ago[test_YoutubeDL] PEP 8
Sergey M․ [Thu, 10 Mar 2016 03:04:48 +0000 (09:04 +0600)]
[test_YoutubeDL] PEP 8

8 years ago[YoutubeDL] Improve _format_note
Sergey M․ [Wed, 9 Mar 2016 19:03:18 +0000 (01:03 +0600)]
[YoutubeDL] Improve _format_note

8 years ago[vimeo:ondemand] Clarify IE_NAME
Sergey M․ [Wed, 9 Mar 2016 18:52:52 +0000 (00:52 +0600)]
[vimeo:ondemand] Clarify IE_NAME

8 years ago[vimeo:ondemand] Separate ondemand extractor (Closes #8330, closes #8801)
Sergey M․ [Wed, 9 Mar 2016 18:51:07 +0000 (00:51 +0600)]
[vimeo:ondemand] Separate ondemand extractor (Closes #8330, closes #8801)

8 years ago[livestream] Properly build smil URLs (#8794)
Sergey M․ [Wed, 9 Mar 2016 17:11:09 +0000 (23:11 +0600)]
[livestream] Properly build smil URLs (#8794)

8 years agoMerge pull request #8791 from benjamincongdon/Twitch-AudioOnly-Rebased
Sergey M [Tue, 8 Mar 2016 07:02:56 +0000 (13:02 +0600)]
Merge pull request #8791 from benjamincongdon/Twitch-AudioOnly-Rebased

[twitch] Support for "Audio_Only" format

8 years agoAdded flag for 'allow_audio_only' format in Twitch queries
Benjamin Congdon [Tue, 8 Mar 2016 03:03:24 +0000 (21:03 -0600)]
Added flag for 'allow_audio_only' format in Twitch queries

8 years agoCredit @mutantmonkey for ustudio (#8574) and kusi (#8575)
Sergey M․ [Sun, 6 Mar 2016 20:30:47 +0000 (02:30 +0600)]
Credit @mutantmonkey for ustudio (#8574) and kusi (#8575)

8 years ago[arte] Improve extraction (Closes #8768)
Sergey M․ [Sun, 6 Mar 2016 20:19:54 +0000 (02:19 +0600)]
[arte] Improve extraction (Closes #8768)

8 years ago[arte] Fix typo
Sergey M․ [Sun, 6 Mar 2016 20:10:16 +0000 (02:10 +0600)]
[arte] Fix typo

8 years ago[sexu] Improve extraction (Closes #8782)
Sergey M․ [Sun, 6 Mar 2016 12:08:53 +0000 (18:08 +0600)]
[sexu] Improve extraction (Closes #8782)

8 years ago[Sexu] fix extractor
aystroganov@gmail.com [Sun, 6 Mar 2016 10:57:41 +0000 (21:57 +1100)]
[Sexu] fix extractor

8 years ago[utils] Add more codecs to codec2ext
Yen Chi Hsuan [Sun, 6 Mar 2016 05:32:03 +0000 (13:32 +0800)]
[utils] Add more codecs to codec2ext

BBC uses avc3. Here's an example (thanks to @remitamine for this example)

http://rdmedia.bbc.co.uk/dash/ondemand/bbb/2/client_manifest-common_init.mpd

See also https://trac.ffmpeg.org/ticket/5217

8 years ago[common] Document protocol http_dash_segments
Yen Chi Hsuan [Sun, 6 Mar 2016 09:47:07 +0000 (17:47 +0800)]
[common] Document protocol http_dash_segments

8 years ago[safari] Don't pollute std_headers (#8778)
Yen Chi Hsuan [Sun, 6 Mar 2016 09:38:39 +0000 (17:38 +0800)]
[safari] Don't pollute std_headers (#8778)

8 years agorelease 2016.03.06
Philipp Hagemeister [Sun, 6 Mar 2016 09:08:02 +0000 (10:08 +0100)]
release 2016.03.06

8 years ago[vimeo] Don't pollute std_headers
Yen Chi Hsuan [Sun, 6 Mar 2016 09:01:05 +0000 (17:01 +0800)]
[vimeo] Don't pollute std_headers

Fixes #8778

8 years ago[downloader/fragment] Make speed more smooth
Sergey M․ [Sat, 5 Mar 2016 23:36:52 +0000 (05:36 +0600)]
[downloader/fragment] Make speed more smooth

At the beginning of every segment there was a drop to Unknown speed due to timeslice being too small to calculate speed.
Now last speed from the previous fragment is used.

8 years ago[YoutubeDL] Carry long lines and improve readability
Sergey M․ [Sat, 5 Mar 2016 22:32:18 +0000 (04:32 +0600)]
[YoutubeDL] Carry long lines and improve readability

8 years ago[YoutubeDL] Fix typo in m3u8_native fixup
Sergey M․ [Sat, 5 Mar 2016 22:30:19 +0000 (04:30 +0600)]
[YoutubeDL] Fix typo in m3u8_native fixup

8 years agoupdate tests related to the change in youtube http format sorting
remitamine [Sat, 5 Mar 2016 20:52:24 +0000 (21:52 +0100)]
update tests related to the change in youtube http format sorting

the change was done in 82156fdbf0913c75181484dcc813565713bf78e9

8 years ago[cinemassacre] update tests
remitamine [Sat, 5 Mar 2016 20:34:34 +0000 (21:34 +0100)]
[cinemassacre] update tests

8 years ago[cnet] fix info extraction
remitamine [Sat, 5 Mar 2016 20:10:00 +0000 (21:10 +0100)]
[cnet] fix info extraction

8 years agoMerge pull request #8718 from remitamine/m3u8-fixup
remitamine [Sat, 5 Mar 2016 17:37:28 +0000 (18:37 +0100)]
Merge pull request #8718 from remitamine/m3u8-fixup

Add fixup for media files produced by HlsNative downloader(fixes #4776)

8 years agoMerge pull request #8754 from remitamine/5min
remitamine [Sat, 5 Mar 2016 17:35:48 +0000 (18:35 +0100)]
Merge pull request #8754 from remitamine/5min

update 5min related web sites info extraction and add support for Aol features.

8 years ago[vgtv] support ap.vgtv.no and fix old videos extraction(fixes #8719)
remitamine [Sat, 5 Mar 2016 16:51:46 +0000 (17:51 +0100)]
[vgtv] support ap.vgtv.no and fix old videos extraction(fixes #8719)

8 years ago[jeuxvideo] Fix config URL extraction (Closes #8774)
Sergey M․ [Sat, 5 Mar 2016 15:01:43 +0000 (21:01 +0600)]
[jeuxvideo] Fix config URL extraction (Closes #8774)

8 years ago[revison3] fix video_id for --download-archive
remitamine [Sat, 5 Mar 2016 14:42:15 +0000 (15:42 +0100)]
[revison3] fix video_id for --download-archive

8 years ago[YoutubeDL] Fix resolution with missing height in output template dict
Sergey M․ [Sat, 5 Mar 2016 13:38:58 +0000 (19:38 +0600)]
[YoutubeDL] Fix resolution with missing height in output template dict

8 years ago[revision3] add support for pages of type tag
remitamine [Sat, 5 Mar 2016 12:43:29 +0000 (13:43 +0100)]
[revision3] add support for pages of type tag

8 years ago[revision3] add support pages of type embed
remitamine [Sat, 5 Mar 2016 11:14:48 +0000 (12:14 +0100)]
[revision3] add support pages of type embed

8 years ago[elpais] Add support for alternative layout (Closes #8744)
Sergey M․ [Sat, 5 Mar 2016 10:43:29 +0000 (16:43 +0600)]
[elpais] Add support for alternative layout (Closes #8744)

8 years ago[common] Use codec2ext for DASH formats (#8764)
Yen Chi Hsuan [Sat, 5 Mar 2016 10:18:39 +0000 (18:18 +0800)]
[common] Use codec2ext for DASH formats (#8764)

8 years ago[utils] Add codec2ext
Yen Chi Hsuan [Sat, 5 Mar 2016 10:18:28 +0000 (18:18 +0800)]
[utils] Add codec2ext

8 years ago[twitter] Provide more metadata
Yen Chi Hsuan [Sat, 5 Mar 2016 10:14:58 +0000 (18:14 +0800)]
[twitter] Provide more metadata

8 years ago[utils] update_url_query: Encode the strings in the query dict
Jaime Marquínez Ferrándiz [Fri, 4 Mar 2016 21:18:40 +0000 (22:18 +0100)]
[utils] update_url_query: Encode the strings in the query dict

The test case with {'test': '第二行тест'} was failing on python 2 (the non-ascii characters were replaced with '?').

8 years ago[foxnews] update test
remitamine [Fri, 4 Mar 2016 20:42:04 +0000 (21:42 +0100)]
[foxnews] update test

8 years ago[youporn] Fix sources regex
Sergey M․ [Fri, 4 Mar 2016 19:51:27 +0000 (01:51 +0600)]
[youporn] Fix sources regex

8 years ago[youporn] Fix quality extraction (Closes #8758)
Sergey M․ [Fri, 4 Mar 2016 19:50:12 +0000 (01:50 +0600)]
[youporn] Fix quality extraction (Closes #8758)

8 years ago[bleacherreport] update tests
remitamine [Fri, 4 Mar 2016 19:14:09 +0000 (20:14 +0100)]
[bleacherreport] update tests

8 years ago[audimedia] update _VALID_URL and video_id regex and improve http format_id
remitamine [Fri, 4 Mar 2016 16:55:50 +0000 (17:55 +0100)]
[audimedia] update _VALID_URL and video_id regex and improve http format_id

8 years ago[kusi] Correct test_KUSI
Yen Chi Hsuan [Fri, 4 Mar 2016 16:04:29 +0000 (00:04 +0800)]
[kusi] Correct test_KUSI

8 years ago[kusi] Two fixes
Yen Chi Hsuan [Fri, 4 Mar 2016 15:57:05 +0000 (23:57 +0800)]
[kusi] Two fixes

Thanks @dstftw for pointing out those

8 years ago[yandexmusic] Capture and output API errors
Sergey M․ [Fri, 4 Mar 2016 15:32:54 +0000 (21:32 +0600)]
[yandexmusic] Capture and output API errors

8 years agoMerge branch 'mutantmonkey-kusi'
Yen Chi Hsuan [Fri, 4 Mar 2016 15:21:24 +0000 (23:21 +0800)]
Merge branch 'mutantmonkey-kusi'

8 years ago[kusi] Simplify and improve
Yen Chi Hsuan [Fri, 4 Mar 2016 15:08:47 +0000 (23:08 +0800)]
[kusi] Simplify and improve

8 years ago[aol] imporve extraction
remitamine [Fri, 4 Mar 2016 09:42:58 +0000 (10:42 +0100)]
[aol] imporve extraction

- add support for aol features
- remove support for legacy urls