youtube-dl
7 years agoCredit @Xender for nhk:vod (#10424)
Sergey M․ [Thu, 25 Aug 2016 21:49:52 +0000 (04:49 +0700)]
Credit @Xender for nhk:vod (#10424)

7 years ago[nhk:vod] Improve extraction (Closes #10424)
Sergey M․ [Thu, 25 Aug 2016 21:48:40 +0000 (04:48 +0700)]
[nhk:vod] Improve extraction (Closes #10424)

7 years ago[nhk] Add extractor for VoD.
Aleksander Nitecki [Thu, 25 Aug 2016 18:21:06 +0000 (20:21 +0200)]
[nhk] Add extractor for VoD.

7 years ago[trutube] Remove extractor (Closes #10438)
Sergey M․ [Thu, 25 Aug 2016 20:43:13 +0000 (03:43 +0700)]
[trutube] Remove extractor (Closes #10438)

7 years ago[usanetwork] Add new extractor
Remita Amine [Thu, 25 Aug 2016 18:40:56 +0000 (19:40 +0100)]
[usanetwork] Add new extractor

7 years ago[downloader/external] Clarify that ffmpeg doesn't support SOCKS
Yen Chi Hsuan [Thu, 25 Aug 2016 14:38:06 +0000 (22:38 +0800)]
[downloader/external] Clarify that ffmpeg doesn't support SOCKS

Ref: #10304

7 years ago[crackle] Fix extraction and update _TESTS (closes #10333)
Yen Chi Hsuan [Thu, 25 Aug 2016 14:22:31 +0000 (22:22 +0800)]
[crackle] Fix extraction and update _TESTS (closes #10333)

7 years ago[spankbang] Fix description and uploader (closes #10339)
Yen Chi Hsuan [Thu, 25 Aug 2016 12:45:57 +0000 (20:45 +0800)]
[spankbang] Fix description and uploader (closes #10339)

7 years ago[README] Clean up grammar in --download-archive paragraph
Philipp Hagemeister [Thu, 25 Aug 2016 12:45:01 +0000 (14:45 +0200)]
[README] Clean up grammar in --download-archive paragraph

7 years ago[README.md] Add FAQ entry for download archive
Sergey M․ [Thu, 25 Aug 2016 11:57:31 +0000 (18:57 +0700)]
[README.md] Add FAQ entry for download archive

7 years ago[README.md] Add comments in sample configuration for clarity
Sergey M․ [Thu, 25 Aug 2016 11:27:15 +0000 (18:27 +0700)]
[README.md] Add comments in sample configuration for clarity

7 years ago[README.md] Use en-US URL in cookies FAQ entry
Sergey M․ [Thu, 25 Aug 2016 11:19:41 +0000 (18:19 +0700)]
[README.md] Use en-US URL in cookies FAQ entry

7 years ago[README.md] Clarify how to export cookies from browser for cookies FAQ entry
Sergey M․ [Thu, 25 Aug 2016 11:17:45 +0000 (18:17 +0700)]
[README.md] Clarify how to export cookies from browser for cookies FAQ entry

7 years ago[README.md] Quote URL in streaming to player FAQ entry
Sergey M․ [Thu, 25 Aug 2016 11:05:01 +0000 (18:05 +0700)]
[README.md] Quote URL in streaming to player FAQ entry

7 years ago[YoutubeDL] check only for None Value in thumbnails sorting
Remita Amine [Thu, 25 Aug 2016 10:53:47 +0000 (11:53 +0100)]
[YoutubeDL] check only for None Value in thumbnails sorting

7 years agoraise unexpected error when no stream found
Remita Amine [Thu, 25 Aug 2016 08:55:23 +0000 (09:55 +0100)]
raise unexpected error when no stream found

7 years ago[discoverygo] detect when video needs authentication(closes #10425)
Remita Amine [Thu, 25 Aug 2016 08:11:23 +0000 (09:11 +0100)]
[discoverygo] detect when video needs authentication(closes #10425)

7 years ago[cbc] Add support for watch.cbc.ca
Remita Amine [Thu, 25 Aug 2016 07:49:15 +0000 (08:49 +0100)]
[cbc] Add support for watch.cbc.ca

7 years ago[YoutubeDL] add fallback value for thumbnails values in thumbnails sorting
Remita Amine [Thu, 25 Aug 2016 07:46:54 +0000 (08:46 +0100)]
[YoutubeDL] add fallback value for thumbnails values in thumbnails sorting

7 years ago[common] extract formats from #EXT-X-MEDIA tags
Remita Amine [Thu, 25 Aug 2016 07:39:23 +0000 (08:39 +0100)]
[common] extract formats from #EXT-X-MEDIA tags

7 years ago[downloader/hls] fill IV with zeros for IVs shorter than 16-octet
Remita Amine [Thu, 25 Aug 2016 07:37:41 +0000 (08:37 +0100)]
[downloader/hls] fill IV with zeros for IVs shorter than 16-octet

7 years ago[utils] add ac-3 to the list of audio codecs in parse_codecs
Remita Amine [Thu, 25 Aug 2016 07:33:16 +0000 (08:33 +0100)]
[utils] add ac-3 to the list of audio codecs in parse_codecs

7 years ago[README.md] Add FAQ entry for streaming to player
Sergey M․ [Thu, 25 Aug 2016 00:34:55 +0000 (07:34 +0700)]
[README.md] Add FAQ entry for streaming to player

7 years ago[kickstarter] Silent the warning for og:description
Yen Chi Hsuan [Wed, 24 Aug 2016 17:29:32 +0000 (01:29 +0800)]
[kickstarter] Silent the warning for og:description

Closes #10415

7 years ago[mtvservices:embedded] Use another endpoint to get feed URL
Yen Chi Hsuan [Wed, 24 Aug 2016 15:58:22 +0000 (23:58 +0800)]
[mtvservices:embedded] Use another endpoint to get feed URL

Closes #10363

In the original mtvservices:embedded test case, config.xml is still used
to get the feed URL. Some other examples, including test_Generic_40
(http://www.vulture.com/2016/06/new-key-peele-sketches-released.html),
and the video mentioned in #10363, use another endpoint to get the feed
URL. The 'index.html' approach works for the original test case, too. So
I didn't keep the old approach.

7 years ago[bilibili] Mark as broken
Yen Chi Hsuan [Wed, 24 Aug 2016 13:18:56 +0000 (21:18 +0800)]
[bilibili] Mark as broken

Bilibili now uses emscripten, which is very difficult for reverse
engineering. I don't expect it to be fixed in near future, so I mark
it as broken.

Ref: #10375

7 years agorelease 2016.08.24.1
Sergey M․ [Wed, 24 Aug 2016 03:11:04 +0000 (10:11 +0700)]
release 2016.08.24.1

7 years ago[ChangeLog] Actualize
Sergey M․ [Wed, 24 Aug 2016 03:07:06 +0000 (10:07 +0700)]
[ChangeLog] Actualize

7 years ago[pluralsight] Modernize and make more robust
Sergey M․ [Wed, 24 Aug 2016 01:52:12 +0000 (08:52 +0700)]
[pluralsight] Modernize and make more robust

7 years ago[pluralsight] Add support for subtitles (Closes #9681)
Sergey M․ [Wed, 24 Aug 2016 01:41:52 +0000 (08:41 +0700)]
[pluralsight] Add support for subtitles (Closes #9681)

7 years agorelease 2016.08.24
Sergey M․ [Tue, 23 Aug 2016 18:38:46 +0000 (01:38 +0700)]
release 2016.08.24

7 years ago[ChangeLog] Actualize
Sergey M․ [Tue, 23 Aug 2016 18:36:27 +0000 (01:36 +0700)]
[ChangeLog] Actualize

7 years ago[youtube] Fix authentication (2) (Closes #10392)
Sergey M․ [Tue, 23 Aug 2016 18:29:50 +0000 (01:29 +0700)]
[youtube] Fix authentication (2) (Closes #10392)

7 years ago[youtube] Fix authentication (#10392)
Sergey M․ [Tue, 23 Aug 2016 17:25:21 +0000 (00:25 +0700)]
[youtube] Fix authentication (#10392)

7 years ago[syfy,bravotv] restrict drupal settings regex
Remita Amine [Tue, 23 Aug 2016 16:31:08 +0000 (17:31 +0100)]
[syfy,bravotv] restrict drupal settings regex

7 years ago[openload] Fix extraction (closes #10408)
Yen Chi Hsuan [Tue, 23 Aug 2016 13:55:58 +0000 (21:55 +0800)]
[openload] Fix extraction (closes #10408)

Thanks @yokrysty for the algorithm

7 years ago[bravotv] correct clip info extraction and add support for adobe pass auth(closes...
Remita Amine [Tue, 23 Aug 2016 09:28:28 +0000 (10:28 +0100)]
[bravotv] correct clip info extraction and add support for adobe pass auth(closes #10407)

7 years ago[eagleplatform] Improve detection of embedded videos (Closes #10409)
Sergey M․ [Tue, 23 Aug 2016 00:22:14 +0000 (07:22 +0700)]
[eagleplatform] Improve detection of embedded videos (Closes #10409)

7 years ago[awaan] fix extraction, modernize, rename the extractors and add test for live stream
Remita Amine [Mon, 22 Aug 2016 22:10:06 +0000 (23:10 +0100)]
[awaan] fix extraction, modernize, rename the extractors and add test for live stream

7 years ago[nrk,abc:iview] use _extract_akamai_formats
Remita Amine [Mon, 22 Aug 2016 06:48:40 +0000 (07:48 +0100)]
[nrk,abc:iview] use _extract_akamai_formats

7 years ago[common] add helper method to extract akamai m3u8 and f4m formats
Remita Amine [Mon, 22 Aug 2016 06:47:25 +0000 (07:47 +0100)]
[common] add helper method to extract akamai m3u8 and f4m formats

7 years ago[mtvservices:embedded] Update config URL
Yen Chi Hsuan [Mon, 22 Aug 2016 05:56:09 +0000 (13:56 +0800)]
[mtvservices:embedded] Update config URL

All starts from #10363. The test case in mtvservices:embedded uses
config.xml, while the video from #10363 and the test case in generic.py
is broken. Both uses index.html for fetching the feed URL.

7 years ago[abc:iview] Add new extractor(closes #6148)
Remita Amine [Sun, 21 Aug 2016 23:06:39 +0000 (00:06 +0100)]
[abc:iview] Add new extractor(closes #6148)

7 years agorelease 2016.08.22
Sergey M․ [Sun, 21 Aug 2016 21:17:34 +0000 (04:17 +0700)]
release 2016.08.22

7 years ago[ChangeLog] Actualize
Sergey M․ [Sun, 21 Aug 2016 21:15:46 +0000 (04:15 +0700)]
[ChangeLog] Actualize

7 years ago[ivi] Fix episode number extraction
Sergey M․ [Sun, 21 Aug 2016 20:34:27 +0000 (03:34 +0700)]
[ivi] Fix episode number extraction

7 years ago[ivi] Add support for 720p and 1080p
Sergey M․ [Sun, 21 Aug 2016 20:31:33 +0000 (03:31 +0700)]
[ivi] Add support for 720p and 1080p

7 years ago[extractor/common] Change the default m3u8 protocol in HTML5
Yen Chi Hsuan [Sun, 21 Aug 2016 18:18:46 +0000 (02:18 +0800)]
[extractor/common] Change the default m3u8 protocol in HTML5

Helper functions should have consistent default values

7 years ago[firsttv] keep a test videos with multiple formats
Remita Amine [Sun, 21 Aug 2016 18:11:51 +0000 (19:11 +0100)]
[firsttv] keep a test videos with multiple formats

7 years agoMerge branch 'TRox1972-charlierose'
Yen Chi Hsuan [Sun, 21 Aug 2016 18:11:43 +0000 (02:11 +0800)]
Merge branch 'TRox1972-charlierose'

7 years ago[charlierose] Simplify and improve
Yen Chi Hsuan [Sun, 21 Aug 2016 18:06:47 +0000 (02:06 +0800)]
[charlierose] Simplify and improve

7 years ago[firsttv] fix extraction(closes #9249)
Remita Amine [Sun, 21 Aug 2016 16:55:47 +0000 (17:55 +0100)]
[firsttv] fix extraction(closes #9249)

7 years agoMerge branch 'charlierose' of https://github.com/TRox1972/youtube-dl into TRox1972...
Yen Chi Hsuan [Sun, 21 Aug 2016 16:48:35 +0000 (00:48 +0800)]
Merge branch 'charlierose' of https://github.com/TRox1972/youtube-dl into TRox1972-charlierose

7 years ago[twitch] Renew authentication
Sergey M․ [Sun, 21 Aug 2016 15:45:50 +0000 (22:45 +0700)]
[twitch] Renew authentication

7 years ago[twitch] Refactor API calls
Sergey M․ [Sun, 21 Aug 2016 15:09:29 +0000 (22:09 +0700)]
[twitch] Refactor API calls

7 years ago[twitch] Modernize
Sergey M․ [Sun, 21 Aug 2016 14:28:02 +0000 (21:28 +0700)]
[twitch] Modernize

7 years ago[kaltura] Fallback ext calculation on caption's format
Sergey M․ [Sun, 21 Aug 2016 14:01:01 +0000 (21:01 +0700)]
[kaltura] Fallback ext calculation on caption's format

7 years ago[zingmp3] fix extraction and add support for video clips(closes #10041)
Remita Amine [Sun, 21 Aug 2016 13:09:18 +0000 (14:09 +0100)]
[zingmp3] fix extraction and add support for video clips(closes #10041)

7 years ago[README.md] Add a format selection example using comma
Yen Chi Hsuan [Sun, 21 Aug 2016 12:00:48 +0000 (20:00 +0800)]
[README.md] Add a format selection example using comma

Ref: #10399

7 years ago[charlierose] Add new extractor
Déstin Reed [Fri, 19 Aug 2016 10:53:34 +0000 (12:53 +0200)]
[charlierose] Add new extractor

7 years ago[kaltura] Add test for #10279
Sergey M․ [Sun, 21 Aug 2016 01:37:01 +0000 (08:37 +0700)]
[kaltura] Add test for #10279

7 years ago[kaltura] Assume ttml to be default subtitles' extension
Sergey M․ [Sun, 21 Aug 2016 01:27:53 +0000 (08:27 +0700)]
[kaltura] Assume ttml to be default subtitles' extension

7 years ago[kaltura] Add subtitles support when entry_id is unknown beforehand (Closes #10279)
Sergey M․ [Sun, 21 Aug 2016 01:26:45 +0000 (08:26 +0700)]
[kaltura] Add subtitles support when entry_id is unknown beforehand (Closes #10279)

7 years ago[kaltura] Remove unused code
Sergey M․ [Sun, 21 Aug 2016 01:10:49 +0000 (08:10 +0700)]
[kaltura] Remove unused code

7 years ago[YoutubeDL] Autocalculate ext when ext is None
Sergey M․ [Sun, 21 Aug 2016 01:07:26 +0000 (08:07 +0700)]
[YoutubeDL] Autocalculate ext when ext is None

7 years ago[cultureunplugged] fix extraction(closes #10330)
Remita Amine [Sat, 20 Aug 2016 19:02:49 +0000 (20:02 +0100)]
[cultureunplugged] fix extraction(closes #10330)

7 years ago[cnn] add support for money.cnn.com videos(closes #2797)
Remita Amine [Sat, 20 Aug 2016 18:00:25 +0000 (19:00 +0100)]
[cnn] add support for money.cnn.com videos(closes #2797)

7 years ago[cbs, cbsnews] fix extraction(fixes #10393)
Remita Amine [Sat, 20 Aug 2016 12:25:32 +0000 (13:25 +0100)]
[cbs, cbsnews] fix extraction(fixes #10393)

7 years ago[dotsub] Replace test (Closes #10386)
Sergey M․ [Fri, 19 Aug 2016 23:18:20 +0000 (06:18 +0700)]
[dotsub] Replace test (Closes #10386)

7 years ago[imdb] Improve title extraction and make thumbnail non-fatal
Déstin Reed [Fri, 19 Aug 2016 20:59:26 +0000 (22:59 +0200)]
[imdb] Improve title extraction and make thumbnail non-fatal

7 years ago[litv] Support 'promo' URLs (closes #10385)
Yen Chi Hsuan [Fri, 19 Aug 2016 16:52:37 +0000 (00:52 +0800)]
[litv] Support 'promo' URLs (closes #10385)

7 years ago[snotr] Fix extraction (closes #10338)
Yen Chi Hsuan [Fri, 19 Aug 2016 16:18:22 +0000 (00:18 +0800)]
[snotr] Fix extraction (closes #10338)

7 years ago[utils] Recognize units with full names in parse_filename
Yen Chi Hsuan [Fri, 19 Aug 2016 16:12:32 +0000 (00:12 +0800)]
[utils] Recognize units with full names in parse_filename

Reference: https://en.wikipedia.org/wiki/Template:Quantities_of_bytes

7 years ago[miomio] Adapt to the new API and update _TESTS
Yen Chi Hsuan [Fri, 19 Aug 2016 16:08:23 +0000 (00:08 +0800)]
[miomio] Adapt to the new API and update _TESTS

The test case is from #9680

7 years ago[vuclip] Adapt to the new API and update _TEST
Yen Chi Hsuan [Fri, 19 Aug 2016 15:56:09 +0000 (23:56 +0800)]
[vuclip] Adapt to the new API and update _TEST

7 years ago[extractor/common] Recognize m3u8 manifests in HTML5 multimedia tags
Yen Chi Hsuan [Fri, 19 Aug 2016 15:53:47 +0000 (23:53 +0800)]
[extractor/common] Recognize m3u8 manifests in HTML5 multimedia tags

7 years ago[radiobremen] Update _TEST (closes #10337)
Yen Chi Hsuan [Fri, 19 Aug 2016 15:12:30 +0000 (23:12 +0800)]
[radiobremen] Update _TEST (closes #10337)

7 years ago[n-tv.de] Fix extraction (closes #10331)
Yen Chi Hsuan [Fri, 19 Aug 2016 12:39:28 +0000 (20:39 +0800)]
[n-tv.de] Fix extraction (closes #10331)

7 years ago[utils] Correct octal/hexadecimal number detection in js_to_json
Yen Chi Hsuan [Fri, 19 Aug 2016 12:37:17 +0000 (20:37 +0800)]
[utils] Correct octal/hexadecimal number detection in js_to_json

7 years ago[globo:article] Relax _VALID_URL and video id regex (Closes #10379)
Sergey M․ [Thu, 18 Aug 2016 18:13:45 +0000 (01:13 +0700)]
[globo:article] Relax _VALID_URL and video id regex (Closes #10379)

7 years agorelease 2016.08.19
Sergey M․ [Thu, 18 Aug 2016 17:15:12 +0000 (00:15 +0700)]
release 2016.08.19

7 years ago[ChangeLog] Actualize
Sergey M․ [Thu, 18 Aug 2016 17:13:24 +0000 (00:13 +0700)]
[ChangeLog] Actualize

7 years ago[options] Remove output template description from --help
Sergey M․ [Thu, 18 Aug 2016 16:59:13 +0000 (23:59 +0700)]
[options] Remove output template description from --help

Same reasons as for --format

7 years ago[porncom] Add extractor (Closes #2251, closes #10251)
Sergey M․ [Thu, 18 Aug 2016 16:52:41 +0000 (23:52 +0700)]
[porncom] Add extractor (Closes #2251, closes #10251)

7 years ago[utils] Recognize lowercase units in parse_filesize
Sergey M․ [Thu, 18 Aug 2016 16:32:00 +0000 (23:32 +0700)]
[utils] Recognize lowercase units in parse_filesize

7 years ago[generic] Fix dbtv test (Closes #10364)
Sergey M․ [Thu, 18 Aug 2016 14:35:41 +0000 (21:35 +0700)]
[generic] Fix dbtv test (Closes #10364)

7 years ago[dbtv] Relax embed regex
Sergey M․ [Thu, 18 Aug 2016 14:30:55 +0000 (21:30 +0700)]
[dbtv] Relax embed regex

7 years ago[DBTV:generic] Add support for embeds
Déstin Reed [Wed, 17 Aug 2016 10:45:24 +0000 (12:45 +0200)]
[DBTV:generic] Add support for embeds

7 years ago[vk:wallpost] Fix audio extraction
Sergey M․ [Wed, 17 Aug 2016 23:14:05 +0000 (06:14 +0700)]
[vk:wallpost] Fix audio extraction

7 years ago[vk] Fix authentication on python3
Sergey M․ [Wed, 17 Aug 2016 22:22:23 +0000 (05:22 +0700)]
[vk] Fix authentication on python3

7 years ago[keezmovies] PEP 8
Sergey M․ [Wed, 17 Aug 2016 21:39:31 +0000 (04:39 +0700)]
[keezmovies] PEP 8

7 years ago[hgtvcom:show] Add extractor (Closes #10365)
Sergey M․ [Wed, 17 Aug 2016 21:37:14 +0000 (04:37 +0700)]
[hgtvcom:show] Add extractor (Closes #10365)

7 years ago[discoverygo] extend _VALID_URL to support other networks
Remita Amine [Wed, 17 Aug 2016 10:03:09 +0000 (11:03 +0100)]
[discoverygo] extend _VALID_URL to support other networks

7 years ago[extremetube] Revert display_id
Sergey M․ [Wed, 17 Aug 2016 00:02:13 +0000 (07:02 +0700)]
[extremetube] Revert display_id

7 years ago[keezmovies] Make display_id optional
Sergey M․ [Wed, 17 Aug 2016 00:01:32 +0000 (07:01 +0700)]
[keezmovies] Make display_id optional

7 years agorelease 2016.08.17
Sergey M․ [Tue, 16 Aug 2016 23:21:21 +0000 (06:21 +0700)]
release 2016.08.17

7 years ago[ChangeLog] Actualize
Sergey M․ [Tue, 16 Aug 2016 23:19:22 +0000 (06:19 +0700)]
[ChangeLog] Actualize

7 years ago[extremetube] Modernize
Sergey M․ [Tue, 16 Aug 2016 23:02:12 +0000 (06:02 +0700)]
[extremetube] Modernize

7 years ago[tube8] Modernize
Sergey M․ [Tue, 16 Aug 2016 22:46:45 +0000 (05:46 +0700)]
[tube8] Modernize

7 years ago[mofosex] Extract all formats and modernize (Closes #10335)
Sergey M․ [Tue, 16 Aug 2016 22:45:49 +0000 (05:45 +0700)]
[mofosex] Extract all formats and modernize (Closes #10335)