youtube-dl
7 years ago[compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2
Yen Chi Hsuan [Sun, 22 May 2016 17:34:08 +0000 (01:34 +0800)]
[compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2

Such XML documents cause DeprecationWarning if python is run
with `-W error`

7 years ago[tf1] add support for more related web sites
remitamine [Sun, 22 May 2016 15:54:41 +0000 (16:54 +0100)]
[tf1] add support for more related web sites

7 years ago[wat] extract all formats
remitamine [Fri, 22 Apr 2016 08:36:14 +0000 (09:36 +0100)]
[wat] extract all formats

7 years ago[genric] Eliminate duplicated video URLs (closes #6562)
Yen Chi Hsuan [Sun, 22 May 2016 14:22:27 +0000 (22:22 +0800)]
[genric] Eliminate duplicated video URLs (closes #6562)

7 years ago[README.md] Document solution for extremely slow start on Windows
Sergey M [Sun, 22 May 2016 09:04:51 +0000 (15:04 +0600)]
[README.md] Document solution for extremely slow start on Windows

7 years ago[bandcamp] raise ExtractorError when track not streamable (#9465)
Thor77 [Sun, 22 May 2016 06:15:39 +0000 (08:15 +0200)]
[bandcamp] raise ExtractorError when track not streamable (#9465)

* [bandcamp] raise ExtractorError when track not streamable

* [bandcamp] update md5 for second test

* don't rely on json-data, but just check for 'file'

* don't rely on presence of 'file'

7 years ago[README.md] Remove Windows updating trickery
Sergey M [Sun, 22 May 2016 04:14:02 +0000 (10:14 +0600)]
[README.md] Remove Windows updating trickery

Windows updating fixed in e9297256d405651428d5d52f0bb6b32ca66ea15a.

7 years ago[update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718)
Sergey M․ [Sun, 22 May 2016 04:06:45 +0000 (10:06 +0600)]
[update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718)

7 years ago[README.md] Clarify location for youtube-dl.exe even more
Sergey M [Sun, 22 May 2016 03:36:07 +0000 (09:36 +0600)]
[README.md] Clarify location for youtube-dl.exe even more

%USERPROFILE% not in %PATH% by default.

7 years ago[README.md] Clarify updating on Windows
Sergey M [Sun, 22 May 2016 03:26:06 +0000 (09:26 +0600)]
[README.md] Clarify updating on Windows

7 years ago[README.md] Fix typo
Sergey M [Sun, 22 May 2016 03:00:08 +0000 (09:00 +0600)]
[README.md] Fix typo

7 years ago[README.md] Clarify location for youtube-dl.exe
Sergey M [Sun, 22 May 2016 02:59:28 +0000 (08:59 +0600)]
[README.md] Clarify location for youtube-dl.exe

7 years ago[utils] Do not fail on unknown date formats in unified_strdate
Sergey M․ [Sun, 22 May 2016 02:28:41 +0000 (08:28 +0600)]
[utils] Do not fail on unknown date formats in unified_strdate

7 years ago[extractor/generic] Add support for theplatform embeds (Closes #8636, closes #9476)
Sergey M․ [Sun, 22 May 2016 00:52:39 +0000 (06:52 +0600)]
[extractor/generic] Add support for theplatform embeds (Closes #8636, closes #9476)

7 years ago[theplatform] Add _extract_urls
Sergey M․ [Sun, 22 May 2016 00:47:22 +0000 (06:47 +0600)]
[theplatform] Add _extract_urls

7 years ago[cc] Add test for tosh.cc (Closes #9566)
Sergey M․ [Sat, 21 May 2016 20:58:41 +0000 (02:58 +0600)]
[cc] Add test for tosh.cc (Closes #9566)

7 years ago[ComedyCentral] Add support for tosh.cc.com and cc.com/video-clips
TRox1972 [Sat, 21 May 2016 16:51:34 +0000 (18:51 +0200)]
[ComedyCentral] Add support for tosh.cc.com and cc.com/video-clips

7 years ago[periscope] Update uploader_id (Closes #9565)
Sergey M․ [Sat, 21 May 2016 20:39:15 +0000 (02:39 +0600)]
[periscope] Update uploader_id (Closes #9565)

7 years ago[periscope:user] Adapt to layout changes (Closes #9563)
Sergey M․ [Sat, 21 May 2016 20:15:56 +0000 (02:15 +0600)]
[periscope:user] Adapt to layout changes (Closes #9563)

7 years agorelease 2016.05.21.2
Philipp Hagemeister [Sat, 21 May 2016 19:47:39 +0000 (21:47 +0200)]
release 2016.05.21.2

7 years agorelease.sh: also check for python3 rsa module
Philipp Hagemeister [Sat, 21 May 2016 19:46:42 +0000 (21:46 +0200)]
release.sh: also check for python3 rsa module

7 years agorelease 2016.05.21.1
Philipp Hagemeister [Sat, 21 May 2016 19:27:00 +0000 (21:27 +0200)]
release 2016.05.21.1

7 years agorelease: check for pandoc
Philipp Hagemeister [Sat, 21 May 2016 19:24:53 +0000 (21:24 +0200)]
release: check for pandoc

Abort releaseing if pandoc is missing.
(pandoc was not included in my essential app database, and thus missing on my new machine.)

7 years agorelease 2016.05.21
Philipp Hagemeister [Sat, 21 May 2016 19:18:59 +0000 (21:18 +0200)]
release 2016.05.21

7 years ago[rtve] Recognize 'filmoteca' URLs
Jaime Marquínez Ferrándiz [Sat, 21 May 2016 15:37:35 +0000 (17:37 +0200)]
[rtve] Recognize 'filmoteca' URLs

7 years ago[jwplatform] Don't fail with RTMP URLs without mp4:, mp3: or flv:
Yen Chi Hsuan [Sat, 21 May 2016 05:50:38 +0000 (13:50 +0800)]
[jwplatform] Don't fail with RTMP URLs without mp4:, mp3: or flv:

7 years ago[cbslocal] Add new extractor (closes #9522)
Yen Chi Hsuan [Sat, 21 May 2016 05:40:45 +0000 (13:40 +0800)]
[cbslocal] Add new extractor (closes #9522)

7 years ago[sendtonews] Add new extractor
Yen Chi Hsuan [Sat, 21 May 2016 05:39:42 +0000 (13:39 +0800)]
[sendtonews] Add new extractor

Used in CBSLocal. Part of #9522

7 years ago[jwplatform] Improved m3u8 and rtmp support
Yen Chi Hsuan [Sat, 21 May 2016 05:38:01 +0000 (13:38 +0800)]
[jwplatform] Improved m3u8 and rtmp support

Changes made for SendtoNewsIE. Part of #9522

7 years ago[anvato] Add new extractor
Yen Chi Hsuan [Sat, 21 May 2016 05:18:29 +0000 (13:18 +0800)]
[anvato] Add new extractor

Used in CBSLocal (#9522)

7 years ago[common] Skip TYPE=CLOSED-CAPTIONS lines in m3u8 manifests
Yen Chi Hsuan [Sat, 21 May 2016 05:16:28 +0000 (13:16 +0800)]
[common] Skip TYPE=CLOSED-CAPTIONS lines in m3u8 manifests

According to [1], valid values for TYPE are AUDIO, VIDEO, SUBTITLES
and CLOSED-CAPTIONS. Such a value is found in Anvato master playlists,
though I don't use _extract_m3u8_formats() in the end.

Part of #9522.

[1] https://tools.ietf.org/html/draft-pantos-http-live-streaming-19#section-4.3.4.1

7 years ago[common] Add _m3u8_meta_format() template
Yen Chi Hsuan [Sat, 21 May 2016 05:15:28 +0000 (13:15 +0800)]
[common] Add _m3u8_meta_format() template

For extractors who handle m3u8 manifests by themselves. (eg., AnvatoIE)

Part of #9522

7 years ago[nrk] Unquote subtitles' URLs
Sergey M․ [Fri, 20 May 2016 23:09:16 +0000 (05:09 +0600)]
[nrk] Unquote subtitles' URLs

7 years ago[brightcove:new] Improve error reporting
Sergey M․ [Fri, 20 May 2016 18:59:06 +0000 (00:59 +0600)]
[brightcove:new] Improve error reporting

7 years ago[localnews8] Fix extractor (Closes #9539)
Sergey M․ [Fri, 20 May 2016 16:31:08 +0000 (22:31 +0600)]
[localnews8] Fix extractor (Closes #9539)

7 years ago[LocalNews8] add extractor (Closes #9200)
TRox1972 [Thu, 19 May 2016 01:42:09 +0000 (03:42 +0200)]
[LocalNews8] add extractor (Closes #9200)

7 years ago[extractor/generic] Remove generic id and title from wistia extractionand update...
Sergey M․ [Fri, 20 May 2016 15:55:35 +0000 (21:55 +0600)]
[extractor/generic] Remove generic id and title from wistia extractionand update tests

7 years ago[extractor/generic] Add test for wistia standard embed
Sergey M․ [Fri, 20 May 2016 15:43:36 +0000 (21:43 +0600)]
[extractor/generic] Add test for wistia standard embed

7 years ago[extractor/generic] Add support for async wistia embeds (Closes #9549)
Sergey M․ [Fri, 20 May 2016 15:33:31 +0000 (21:33 +0600)]
[extractor/generic] Add support for async wistia embeds (Closes #9549)

7 years ago[cbc] fix extraction for flv only videos(fixes #5309)
remitamine [Fri, 20 May 2016 15:20:05 +0000 (16:20 +0100)]
[cbc] fix extraction for flv only videos(fixes #5309)

7 years ago[wistia] Improve hls support
Sergey M․ [Fri, 20 May 2016 15:16:08 +0000 (21:16 +0600)]
[wistia] Improve hls support

7 years ago[wistia] Skip storyboard and improve extraction
Sergey M․ [Fri, 20 May 2016 15:04:01 +0000 (21:04 +0600)]
[wistia] Skip storyboard and improve extraction

7 years ago[wistia] Add alias and modernize
Sergey M․ [Fri, 20 May 2016 14:55:10 +0000 (20:55 +0600)]
[wistia] Add alias and modernize

7 years ago[cbc] Add the test case from #5156
Yen Chi Hsuan [Fri, 20 May 2016 11:04:50 +0000 (19:04 +0800)]
[cbc] Add the test case from #5156

7 years ago[common] Extract audio formats in SMIL
Yen Chi Hsuan [Fri, 20 May 2016 11:02:53 +0000 (19:02 +0800)]
[common] Extract audio formats in SMIL

Found in http://www.cbc.ca/player/play/2657631896

Closes #5156

7 years ago[cbc] Fix for old-styled URLs
Yen Chi Hsuan [Fri, 20 May 2016 10:39:54 +0000 (18:39 +0800)]
[cbc] Fix for old-styled URLs

The URL http://www.cbc.ca/player/News/ID/2672225049/ (#6342) redirects
to http://www.cbc.ca/player/play/2672224672, while youtube-dl wasn't
able to handle it correctly.

7 years ago[cbc] extract http formats and update tests
remitamine [Fri, 20 May 2016 05:53:14 +0000 (06:53 +0100)]
[cbc] extract http formats and update tests

7 years ago[24video] Fix description extraction
Sergey M․ [Fri, 20 May 2016 02:53:04 +0000 (08:53 +0600)]
[24video] Fix description extraction

7 years ago[learnr] Add new extractor(closes #4284)
remitamine [Thu, 19 May 2016 17:18:03 +0000 (18:18 +0100)]
[learnr] Add new extractor(closes #4284)

7 years agoMerge pull request #9537 from TRox1972/p1
Yen Chi Hsuan [Thu, 19 May 2016 08:58:44 +0000 (16:58 +0800)]
Merge pull request #9537 from TRox1972/p1

[Makefile] delete thumbnails

7 years ago[Makefile] delete thumbnails
TRox1972 [Wed, 18 May 2016 23:18:01 +0000 (01:18 +0200)]
[Makefile] delete thumbnails

7 years ago[ndtv] Fix extraction
Sergey M․ [Wed, 18 May 2016 22:34:19 +0000 (04:34 +0600)]
[ndtv] Fix extraction

7 years ago[utils] Allow None in remove_{start,end}
Sergey M․ [Wed, 18 May 2016 22:31:30 +0000 (04:31 +0600)]
[utils] Allow None in remove_{start,end}

7 years ago[formula1] Add new extractor(closes #3617)
remitamine [Wed, 18 May 2016 21:24:46 +0000 (22:24 +0100)]
[formula1] Add new extractor(closes #3617)

7 years ago[nfb] Modernize and extract subtitles
Sergey M․ [Tue, 17 May 2016 18:25:15 +0000 (00:25 +0600)]
[nfb] Modernize and extract subtitles

7 years ago[nfb] Fix uploader extraction
Sergey M․ [Tue, 17 May 2016 17:46:47 +0000 (23:46 +0600)]
[nfb] Fix uploader extraction

7 years ago[abcnews] Added a new extractor (closes #3992)
Yen Chi Hsuan [Tue, 17 May 2016 07:38:57 +0000 (15:38 +0800)]
[abcnews] Added a new extractor (closes #3992)

Related: #6108, #8664, #9459

7 years ago[utils] Check for None values in SOCKS proxy
Yen Chi Hsuan [Tue, 17 May 2016 06:38:15 +0000 (14:38 +0800)]
[utils] Check for None values in SOCKS proxy

Originally reported at
https://github.com/rg3/youtube-dl/pull/9287#issuecomment-219617864

8 years agorelease 2016.05.16
Philipp Hagemeister [Mon, 16 May 2016 15:25:47 +0000 (17:25 +0200)]
release 2016.05.16

8 years ago[groupon] Add support for Youtube embeds (Closes #9508)
Sergey M․ [Sun, 15 May 2016 18:30:13 +0000 (00:30 +0600)]
[groupon] Add support for Youtube embeds (Closes #9508)

8 years ago[collegehumor] Remove extractor
Sergey M․ [Sun, 15 May 2016 16:07:51 +0000 (22:07 +0600)]
[collegehumor] Remove extractor

It now uses brightcove

8 years ago[hearthisat] Update the first test
Yen Chi Hsuan [Sun, 15 May 2016 07:44:04 +0000 (15:44 +0800)]
[hearthisat] Update the first test

8 years ago[hearthisat] Detect invalid download links (fixes #9440)
Yen Chi Hsuan [Sun, 15 May 2016 07:35:31 +0000 (15:35 +0800)]
[hearthisat] Detect invalid download links (fixes #9440)

8 years ago[utils] Fix getheader in urlhandle_detect_ext
Yen Chi Hsuan [Sun, 15 May 2016 07:32:54 +0000 (15:32 +0800)]
[utils] Fix getheader in urlhandle_detect_ext

Fixes #7049, related to #9440

8 years ago[xvideos] Extract html5 player formats (Closes #9495)
Sergey M․ [Sat, 14 May 2016 21:38:04 +0000 (03:38 +0600)]
[xvideos] Extract html5 player formats (Closes #9495)

8 years ago[extractor/common] Improve name extraction for m3u8 formats
Sergey M․ [Sat, 14 May 2016 21:34:35 +0000 (03:34 +0600)]
[extractor/common] Improve name extraction for m3u8 formats

8 years ago[extractor/generic] Improve 3qsdn embeds support (Closes #9453)
Sergey M․ [Sat, 14 May 2016 17:58:25 +0000 (23:58 +0600)]
[extractor/generic] Improve 3qsdn embeds support (Closes #9453)

8 years ago[utils] Simplify integer conversion in js_to_json
Sergey M․ [Sat, 14 May 2016 17:41:57 +0000 (23:41 +0600)]
[utils] Simplify integer conversion in js_to_json

8 years ago[extractor/generic:3qsdn] Add support for embeds
Sergey M․ [Sat, 14 May 2016 17:40:34 +0000 (23:40 +0600)]
[extractor/generic:3qsdn] Add support for embeds

8 years ago[3qsdn] Add extractor
Sergey M․ [Sat, 14 May 2016 17:35:03 +0000 (23:35 +0600)]
[3qsdn] Add extractor

8 years ago[test_utils] PEP 8
Sergey M․ [Sat, 14 May 2016 14:46:33 +0000 (20:46 +0600)]
[test_utils] PEP 8

8 years ago[ora] Revert extraction to regexes
Sergey M․ [Sat, 14 May 2016 14:45:18 +0000 (20:45 +0600)]
[ora] Revert extraction to regexes

It's less fragile than using js_to_json with ora js

8 years ago[utils] Process non-base 10 integers in js_to_json
Sergey M․ [Sat, 14 May 2016 14:39:58 +0000 (20:39 +0600)]
[utils] Process non-base 10 integers in js_to_json

8 years ago[ora] minimise fragile regex shenanigans; recognise unsafespeech.com URLs
felix [Sun, 20 Mar 2016 11:17:57 +0000 (12:17 +0100)]
[ora] minimise fragile regex shenanigans; recognise unsafespeech.com URLs

8 years ago[utils] js_to_json: various improvements
felix [Sun, 13 Mar 2016 11:29:15 +0000 (12:29 +0100)]
[utils] js_to_json: various improvements

now JS object literals like { /* " */ 0: ",]\xaa<\/p>", } will be correctly converted to JSON.

8 years agoMerge pull request #9492 from jwilk/teamcoco
Yen Chi Hsuan [Sat, 14 May 2016 12:02:40 +0000 (20:02 +0800)]
Merge pull request #9492 from jwilk/teamcoco

[teamcoco] Fix base64 regexp

8 years agoMerge pull request #9493 from jwilk/errno
Yen Chi Hsuan [Sat, 14 May 2016 12:00:11 +0000 (20:00 +0800)]
Merge pull request #9493 from jwilk/errno

Don't hardcode errno constant

8 years agoDon't hardcode errno constant
Jakub Wilk [Sat, 14 May 2016 11:41:41 +0000 (13:41 +0200)]
Don't hardcode errno constant

The value of ENOENT is architecture-dependent, so don't assume it's
always 2.

8 years ago[teamcoco] Fix base64 regexp
Jakub Wilk [Sat, 14 May 2016 11:19:54 +0000 (13:19 +0200)]
[teamcoco] Fix base64 regexp

8 years ago[test/test_socks] Skip SOCKS tests
Yen Chi Hsuan [Sat, 14 May 2016 10:48:36 +0000 (18:48 +0800)]
[test/test_socks] Skip SOCKS tests

They occasional trigger errors or blocks
(https://travis-ci.org/rg3/youtube-dl/jobs/130184883)

8 years agoMerge pull request #9466 from TRox1972/patch-1
Yen Chi Hsuan [Sat, 14 May 2016 09:03:04 +0000 (17:03 +0800)]
Merge pull request #9466 from TRox1972/patch-1

Update README.md

8 years ago[cinemassacre] Remove extractor (Closes #9457)
Sergey M․ [Fri, 13 May 2016 22:53:14 +0000 (04:53 +0600)]
[cinemassacre] Remove extractor (Closes #9457)

It now uses jwplatform

8 years ago[YoutubeDL] Sanitize url for url and url_transparent extraction results
Sergey M․ [Fri, 13 May 2016 22:46:38 +0000 (04:46 +0600)]
[YoutubeDL] Sanitize url for url and url_transparent extraction results

8 years ago[sina] fix extraction(fixes #1146)
remitamine [Fri, 13 May 2016 19:24:36 +0000 (20:24 +0100)]
[sina] fix extraction(fixes #1146)

8 years ago[imdb] Improve extraction
Sergey M․ [Fri, 13 May 2016 17:25:05 +0000 (23:25 +0600)]
[imdb] Improve extraction

8 years ago[imdb] Relax _VALID_URL (Closes #9481)
Sergey M․ [Fri, 13 May 2016 16:19:00 +0000 (22:19 +0600)]
[imdb] Relax _VALID_URL (Closes #9481)

8 years ago[openload] Fix extraction (closes #9472)
Yen Chi Hsuan [Fri, 13 May 2016 10:11:08 +0000 (18:11 +0800)]
[openload] Fix extraction (closes #9472)

8 years ago[brightcove] change the protocol for m3u8 formats to m3u8_native
remitamine [Fri, 13 May 2016 07:35:38 +0000 (08:35 +0100)]
[brightcove] change the protocol for m3u8 formats to m3u8_native

8 years ago[nrk] extract m3u8 formats
remitamine [Fri, 13 May 2016 07:05:28 +0000 (08:05 +0100)]
[nrk] extract m3u8 formats

8 years ago[extractors] add import for UstudioEmbedIE
remitamine [Fri, 13 May 2016 04:25:32 +0000 (05:25 +0100)]
[extractors] add import for UstudioEmbedIE

8 years ago[ustudio] add support ustudio app/embed urls
remitamine [Fri, 13 May 2016 04:21:45 +0000 (05:21 +0100)]
[ustudio] add support ustudio app/embed urls

8 years ago[mgtv] extract http formats
remitamine [Thu, 12 May 2016 21:45:54 +0000 (22:45 +0100)]
[mgtv] extract http formats

8 years ago[nrk] Rework extractor (Closes #9470)
Sergey M․ [Thu, 12 May 2016 20:07:12 +0000 (02:07 +0600)]
[nrk] Rework extractor (Closes #9470)

8 years ago[twitch:bookmarks] Remove extractor
Sergey M․ [Thu, 12 May 2016 18:14:30 +0000 (00:14 +0600)]
[twitch:bookmarks] Remove extractor

Bookmarks no longer available

8 years ago[twitch] Skip dead tests
Sergey M․ [Thu, 12 May 2016 17:57:52 +0000 (23:57 +0600)]
[twitch] Skip dead tests

8 years ago[utils] Unquote crendentials passed to SOCKS proxies
Yen Chi Hsuan [Thu, 12 May 2016 10:57:53 +0000 (18:57 +0800)]
[utils] Unquote crendentials passed to SOCKS proxies

Fixes #9450

8 years agoUpdate README.md
TRox1972 [Thu, 12 May 2016 14:48:12 +0000 (16:48 +0200)]
Update README.md

8 years ago[bloomberg] Fix test_Bloomberg
Yen Chi Hsuan [Thu, 12 May 2016 12:05:43 +0000 (20:05 +0800)]
[bloomberg] Fix test_Bloomberg

In this test case, sometimes HLS is the best format while sometimes HDS
is. To prevent occasional test failures, force HDS to be the best
format. In the past, testing against HDS formats causes the same error
as #9214, which is fixed as #9377 landed.

8 years ago[downloader/f4m] Tolerate truncate segments when testing
Yen Chi Hsuan [Tue, 3 May 2016 10:06:50 +0000 (18:06 +0800)]
[downloader/f4m] Tolerate truncate segments when testing

Replaces #9216

Fixes #9214 and test_Bloomberg partially

8 years ago[vevo] Delay the georestriction check to prevent false alerts
Yen Chi Hsuan [Thu, 12 May 2016 11:56:58 +0000 (19:56 +0800)]
[vevo] Delay the georestriction check to prevent false alerts

Fixes #9408