youtube-dl
7 years agogit pushMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Sat, 4 Jun 2016 20:55:21 +0000 (22:55 +0200)]
git pushMerge branch 'master' of github.com:rg3/youtube-dl

7 years agoextend FAQ (#9696)
Philipp Hagemeister [Sat, 4 Jun 2016 20:55:15 +0000 (22:55 +0200)]
extend FAQ (#9696)

7 years ago[downloader/hls] Correct comment on twitch vods
Sergey M․ [Sat, 4 Jun 2016 20:31:10 +0000 (03:31 +0700)]
[downloader/hls] Correct comment on twitch vods

7 years ago[downloader/hls] PEP 8
Sergey M․ [Sat, 4 Jun 2016 20:21:43 +0000 (03:21 +0700)]
[downloader/hls] PEP 8

7 years ago[twitch:vod] Use native hls
Sergey M․ [Sat, 4 Jun 2016 20:19:44 +0000 (03:19 +0700)]
[twitch:vod] Use native hls

7 years ago[downloader/hls] Do not rely on EXT-X-PLAYLIST-TYPE:EVENT
Sergey M․ [Sat, 4 Jun 2016 20:16:05 +0000 (03:16 +0700)]
[downloader/hls] Do not rely on EXT-X-PLAYLIST-TYPE:EVENT

7 years ago[youtube] Add itags 256 and 258
Sergey M․ [Sat, 4 Jun 2016 18:44:13 +0000 (01:44 +0700)]
[youtube] Add itags 256 and 258

7 years ago[devscripts/release.sh] Release to GitHub
Sergey M․ [Sat, 4 Jun 2016 17:48:33 +0000 (00:48 +0700)]
[devscripts/release.sh] Release to GitHub

7 years ago[devscripts/create-github-release] Add script for releasing on GitHub
Sergey M․ [Sat, 4 Jun 2016 17:47:26 +0000 (00:47 +0700)]
[devscripts/create-github-release] Add script for releasing on GitHub

Yet only Basic authentication is supported either via .netrc or by manual input

7 years ago[devscripts/buildserver] Use compat_input from compat
Sergey M․ [Sat, 4 Jun 2016 17:44:51 +0000 (00:44 +0700)]
[devscripts/buildserver] Use compat_input from compat

7 years ago[compat] Add compat_input
Sergey M․ [Sat, 4 Jun 2016 17:43:55 +0000 (00:43 +0700)]
[compat] Add compat_input

7 years ago[vidio] Improve (Closes #9562)
Sergey M․ [Sat, 4 Jun 2016 09:47:43 +0000 (16:47 +0700)]
[vidio] Improve (Closes #9562)

7 years ago[vidio] Add extractor (Closes #7195)
TRox1972 [Sat, 21 May 2016 15:48:17 +0000 (17:48 +0200)]
[vidio] Add extractor (Closes #7195)

[Vidio] fix fallback value and wrap duration in int_or_none

[Vidio] don't use video_id for _html_search_regex()

7 years agodisable uploading to yt-dl.org for now
Philipp Hagemeister [Sat, 4 Jun 2016 09:42:52 +0000 (11:42 +0200)]
disable uploading to yt-dl.org for now

7 years ago[channel9] Add support for rss links (Closes #9673)
Sergey M․ [Fri, 3 Jun 2016 21:57:16 +0000 (04:57 +0700)]
[channel9] Add support for rss links (Closes #9673)

7 years ago[loc] Extract direct download links
Sergey M․ [Fri, 3 Jun 2016 17:26:03 +0000 (00:26 +0700)]
[loc] Extract direct download links

7 years ago[loc] Extract subtites
Sergey M․ [Fri, 3 Jun 2016 16:55:22 +0000 (23:55 +0700)]
[loc] Extract subtites

7 years ago[loc] Add support for another URL schema and simplify
Sergey M․ [Fri, 3 Jun 2016 16:43:34 +0000 (23:43 +0700)]
[loc] Add support for another URL schema and simplify

7 years agorelease 2016.06.03
Sergey M․ [Fri, 3 Jun 2016 16:25:24 +0000 (23:25 +0700)]
release 2016.06.03

7 years ago[loc] Improve (Closes #9521)
Sergey M․ [Fri, 3 Jun 2016 16:19:11 +0000 (23:19 +0700)]
[loc] Improve (Closes #9521)

7 years ago[loc] Add extractor (Closes #3188)
TRox1972 [Tue, 17 May 2016 14:21:52 +0000 (16:21 +0200)]
[loc] Add extractor (Closes #3188)

Added extractor of loc.gov, which closes #3188. I am not an experienced programmer, so I am sure I did a bunch of mistakes, but the extractor works (for me at least).

[LibraryOfCongress] don't use video_id for _search_regex()

[LibraryOfCongress] Improvements

7 years ago[bilibili] Add _part%d suffixes back (closes #9660)
Yen Chi Hsuan [Thu, 2 Jun 2016 11:27:57 +0000 (19:27 +0800)]
[bilibili] Add _part%d suffixes back (closes #9660)

7 years agoMerge pull request #9669 from bzc6p/master
Yen Chi Hsuan [Thu, 2 Jun 2016 10:23:54 +0000 (18:23 +0800)]
Merge pull request #9669 from bzc6p/master

Added sanitization support for Hungarian letters Ő and Ű

7 years agoAdded sanitization support for Hungarian letters Ő and Ű
bzc6p [Thu, 2 Jun 2016 09:51:48 +0000 (11:51 +0200)]
Added sanitization support for Hungarian letters Ő and Ű

7 years agoAdded sanitization support for Hungarian letters Ő and Ű
bzc6p [Thu, 2 Jun 2016 09:39:32 +0000 (11:39 +0200)]
Added sanitization support for Hungarian letters Ő and Ű

7 years ago[utils] Use bytes-like objects as header values on Python 2
Yen Chi Hsuan [Sun, 29 May 2016 11:25:25 +0000 (19:25 +0800)]
[utils] Use bytes-like objects as header values on Python 2

7 years ago[test/test_http] Fix getsockname() on Jython
Yen Chi Hsuan [Sun, 29 May 2016 11:24:28 +0000 (19:24 +0800)]
[test/test_http] Fix getsockname() on Jython

7 years ago[test/test_utils] Add test for #9588
Yen Chi Hsuan [Thu, 26 May 2016 09:24:40 +0000 (17:24 +0800)]
[test/test_utils] Add test for #9588

7 years ago[utils] Always decode Location header
Yen Chi Hsuan [Thu, 26 May 2016 09:22:40 +0000 (17:22 +0800)]
[utils] Always decode Location header

escape_url is broken for bytes-like objects

7 years ago[seeker] Add new extractor(closes #9619)
Remita Amine [Wed, 1 Jun 2016 20:20:02 +0000 (21:20 +0100)]
[seeker] Add new extractor(closes #9619)

7 years ago[revision3:embed] Add new extractor
Remita Amine [Wed, 1 Jun 2016 20:18:57 +0000 (21:18 +0100)]
[revision3:embed] Add new extractor

7 years agorelease 2016.06.02
Sergey M․ [Wed, 1 Jun 2016 18:19:57 +0000 (01:19 +0700)]
release 2016.06.02

7 years ago[arte] Add support for playlists and rework tests (Closes #9632)
Sergey M․ [Wed, 1 Jun 2016 18:10:23 +0000 (01:10 +0700)]
[arte] Add support for playlists and rework tests (Closes #9632)

7 years ago[spankwire] Add support for new URL format (Closes #9657)
Sergey M․ [Wed, 1 Jun 2016 14:23:58 +0000 (21:23 +0700)]
[spankwire] Add support for new URL format (Closes #9657)

7 years ago[tf1] Fix a regular expression (closes #9656)
Yen Chi Hsuan [Wed, 1 Jun 2016 12:04:43 +0000 (20:04 +0800)]
[tf1] Fix a regular expression (closes #9656)

This is a Python bug fixed in 2.7.6 [1]

[1] https://github.com/rg3/youtube-dl/issues/9656#issuecomment-222968594

7 years ago[generic] Update the UDNEmbed test case
Yen Chi Hsuan [Wed, 1 Jun 2016 11:23:44 +0000 (19:23 +0800)]
[generic] Update the UDNEmbed test case

7 years ago[udn] Fix m3u8 and f4m extraction as well as improve
Yen Chi Hsuan [Wed, 1 Jun 2016 11:23:09 +0000 (19:23 +0800)]
[udn] Fix m3u8 and f4m extraction as well as improve

7 years ago[generic,viewlift] Move a test case to the specialized extractor
Yen Chi Hsuan [Wed, 1 Jun 2016 11:18:01 +0000 (19:18 +0800)]
[generic,viewlift] Move a test case to the specialized extractor

7 years ago[generic] Improve Kaltura detection
Yen Chi Hsuan [Wed, 1 Jun 2016 10:37:34 +0000 (18:37 +0800)]
[generic] Improve Kaltura detection

Closes #4004

7 years ago[options] Add --limit-rate alias for rate limiting option
Sergey M․ [Mon, 30 May 2016 14:48:35 +0000 (21:48 +0700)]
[options] Add --limit-rate alias for rate limiting option

Closes #9644
In order to follow regular --verb-noun pattern and better conformity with wget and curl

7 years ago[yandexmusic] Improve captcha detection
Sergey M․ [Sun, 29 May 2016 20:26:26 +0000 (03:26 +0700)]
[yandexmusic] Improve captcha detection

7 years agorelease 2016.05.30.2
Sergey M․ [Sun, 29 May 2016 20:12:12 +0000 (03:12 +0700)]
release 2016.05.30.2

7 years agorelease 2016.05.30.1
Sergey M․ [Sun, 29 May 2016 20:03:06 +0000 (03:03 +0700)]
release 2016.05.30.1

7 years ago[travis] unsubscribe @phihag
Philipp Hagemeister [Sun, 29 May 2016 19:29:38 +0000 (21:29 +0200)]
[travis] unsubscribe @phihag

7 years agorelease 2016.05.30
Sergey M․ [Sun, 29 May 2016 18:18:23 +0000 (01:18 +0700)]
release 2016.05.30

7 years ago[README.md] Update c runtime dependency FAQ entry
Sergey M [Sun, 29 May 2016 18:03:40 +0000 (01:03 +0700)]
[README.md] Update c runtime dependency FAQ entry

7 years ago[devscripts/buildserver] Listen on all interfaces
Sergey M․ [Sun, 29 May 2016 17:21:18 +0000 (00:21 +0700)]
[devscripts/buildserver] Listen on all interfaces

7 years ago[devscripts/release.sh] Allow passing buildserver address as cli option
Sergey M․ [Sun, 29 May 2016 16:36:42 +0000 (23:36 +0700)]
[devscripts/release.sh] Allow passing buildserver address as cli option

7 years ago[youku] Extract resolution
Yen Chi Hsuan [Sun, 29 May 2016 05:54:05 +0000 (13:54 +0800)]
[youku] Extract resolution

7 years ago[devscripts/release.sh] Check for wheel
Sergey M․ [Sun, 29 May 2016 05:49:14 +0000 (11:49 +0600)]
[devscripts/release.sh] Check for wheel

7 years ago[devscripts/buildserver] Check Wow6432Node first when searching for python
Sergey M․ [Sun, 29 May 2016 04:02:00 +0000 (10:02 +0600)]
[devscripts/buildserver] Check Wow6432Node first when searching for python

This allows building releases from 64bit OS

7 years ago[Makefile] Fix youtube-dl.1 target
Sergey M․ [Sun, 29 May 2016 03:11:16 +0000 (09:11 +0600)]
[Makefile] Fix youtube-dl.1 target

Now it accepts output filename as argument

7 years ago[devscripts/prepare_manpage] Fix manpage generation on Windows
Sergey M․ [Sun, 29 May 2016 03:06:10 +0000 (09:06 +0600)]
[devscripts/prepare_manpage] Fix manpage generation on Windows

7 years ago[buildserver] Fix buildserver and make python2 compatible
Sergey M․ [Sun, 29 May 2016 03:03:17 +0000 (09:03 +0600)]
[buildserver] Fix buildserver and make python2 compatible

7 years agoMerge pull request #9621 from venth/feature/ignored_intellij
Yen Chi Hsuan [Sat, 28 May 2016 19:10:29 +0000 (03:10 +0800)]
Merge pull request #9621 from venth/feature/ignored_intellij

ignored intellij related files

7 years agoignored intellij related files
venth [Tue, 19 Apr 2016 09:17:46 +0000 (11:17 +0200)]
ignored intellij related files

7 years ago[Makefile] Cleanup m4a files
Yen Chi Hsuan [Sat, 28 May 2016 17:59:09 +0000 (01:59 +0800)]
[Makefile] Cleanup m4a files

[ci skip]

7 years ago[.gitignore] Ignore mp3 files
Yen Chi Hsuan [Sat, 28 May 2016 17:58:27 +0000 (01:58 +0800)]
[.gitignore] Ignore mp3 files

[ci skip]

7 years ago[bilibili] Fix extraction, improve and cleanup
Yen Chi Hsuan [Sat, 28 May 2016 17:26:00 +0000 (01:26 +0800)]
[bilibili] Fix extraction, improve and cleanup

7 years ago[udemy] Fix authentication for localized layout (Closes #9594)
Sergey M․ [Sat, 28 May 2016 15:18:24 +0000 (21:18 +0600)]
[udemy] Fix authentication for localized layout (Closes #9594)

7 years ago[coub] Add another test
Sergey M․ [Fri, 27 May 2016 17:38:17 +0000 (23:38 +0600)]
[coub] Add another test

7 years ago[coub] Add extractor (Closes #9609)
Sergey M․ [Fri, 27 May 2016 17:34:58 +0000 (23:34 +0600)]
[coub] Add extractor (Closes #9609)

7 years ago[vk] Remove superfluous code
Sergey M․ [Fri, 27 May 2016 16:19:10 +0000 (22:19 +0600)]
[vk] Remove superfluous code

7 years ago[extractor/common] Borrow quality metadata from parent set-level manifest for f4m
Sergey M․ [Thu, 26 May 2016 19:47:44 +0000 (01:47 +0600)]
[extractor/common] Borrow quality metadata from parent set-level manifest for f4m

7 years ago[downloader/f4m] Simply select format when it's the only one
Sergey M․ [Thu, 26 May 2016 19:46:12 +0000 (01:46 +0600)]
[downloader/f4m] Simply select format when it's the only one

7 years ago[common] Fix m3u8 extraction in f4m manifests
Yen Chi Hsuan [Thu, 26 May 2016 17:41:27 +0000 (01:41 +0800)]
[common] Fix m3u8 extraction in f4m manifests

7 years ago[tvp] Expand _VALID_URL and improve naming (Closes #9602)
Sergey M․ [Thu, 26 May 2016 16:21:55 +0000 (22:21 +0600)]
[tvp] Expand _VALID_URL and improve naming (Closes #9602)

7 years ago[common] Fix non-bootstrapped support in f4m
Yen Chi Hsuan [Thu, 26 May 2016 16:03:03 +0000 (00:03 +0800)]
[common] Fix non-bootstrapped support in f4m

7 years ago[utils] Remove debugging codes
Yen Chi Hsuan [Thu, 26 May 2016 14:54:16 +0000 (22:54 +0800)]
[utils] Remove debugging codes

7 years ago[dw] Support documentaries (closes #9475)
Yen Chi Hsuan [Thu, 26 May 2016 14:48:47 +0000 (22:48 +0800)]
[dw] Support documentaries (closes #9475)

7 years ago[utils] Support a new form of date
Yen Chi Hsuan [Thu, 26 May 2016 14:44:00 +0000 (22:44 +0800)]
[utils] Support a new form of date

Found in dw.com (#9475)

7 years ago[playwire] Add the test (closed #9531)
Yen Chi Hsuan [Thu, 26 May 2016 13:57:06 +0000 (21:57 +0800)]
[playwire] Add the test (closed #9531)

7 years ago[common] Support m3u8 in f4m manifests
Yen Chi Hsuan [Thu, 26 May 2016 13:55:43 +0000 (21:55 +0800)]
[common] Support m3u8 in f4m manifests

Related: #9531

7 years ago[playwire] Use _extract_f4m_formats
Yen Chi Hsuan [Thu, 26 May 2016 13:43:35 +0000 (21:43 +0800)]
[playwire] Use _extract_f4m_formats

Related: #9531

7 years ago[common] Support non-bootstraped streams in f4m manifests
Yen Chi Hsuan [Thu, 26 May 2016 13:41:47 +0000 (21:41 +0800)]
[common] Support non-bootstraped streams in f4m manifests

Related: #9531

7 years ago[eporner] Make test only_matching
Sergey M․ [Wed, 25 May 2016 14:51:17 +0000 (20:51 +0600)]
[eporner] Make test only_matching

7 years agoMerge pull request #9595 from Kagami/vlive-site-update
Yen Chi Hsuan [Wed, 25 May 2016 11:24:15 +0000 (19:24 +0800)]
Merge pull request #9595 from Kagami/vlive-site-update

[vlive] Address site update

7 years agoMerge pull request #9600 from wankerer/master
Yen Chi Hsuan [Wed, 25 May 2016 10:52:55 +0000 (18:52 +0800)]
Merge pull request #9600 from wankerer/master

[eporner] fix for the new URL layout

7 years ago[eporner] fix for the new URL layout
wankerer [Tue, 24 May 2016 17:18:36 +0000 (10:18 -0700)]
[eporner] fix for the new URL layout

Recently eporner slightly changed the URL layout, the ID that used to be
digits only are now digits and letters, so youtube-dl falls back to
the generic extractor that doesn't work.

Fix the matching regex to allow letters in ID.

[v2: added a test case]

7 years ago[eyedotv] Add new extractor(closes #9582)
remitamine [Tue, 24 May 2016 19:10:12 +0000 (20:10 +0100)]
[eyedotv] Add new extractor(closes #9582)

7 years agoskip some tests to reduce test time
remitamine [Tue, 24 May 2016 15:42:22 +0000 (16:42 +0100)]
skip some tests to reduce test time

7 years agoCredit @TRox1972 for tosh.cc (#9566) and localnews8 (#9539)
Sergey M․ [Tue, 24 May 2016 15:42:47 +0000 (21:42 +0600)]
Credit @TRox1972 for tosh.cc (#9566) and localnews8 (#9539)

7 years ago[xhamster] Update tests
Sergey M․ [Tue, 24 May 2016 15:38:27 +0000 (21:38 +0600)]
[xhamster] Update tests

7 years ago[xhamster] url regex fix for videos with empty title.
mexican porn commits [Mon, 23 May 2016 21:32:39 +0000 (16:32 -0500)]
[xhamster] url regex fix for videos with empty title.

7 years ago[radiocanada] Add new extractor(#4020)
remitamine [Tue, 24 May 2016 14:58:27 +0000 (15:58 +0100)]
[radiocanada] Add new extractor(#4020)

7 years ago[ooyala] check manifest ext with determine_ext and update tests for related extractors
remitamine [Tue, 24 May 2016 10:24:29 +0000 (11:24 +0100)]
[ooyala] check manifest ext with determine_ext and update tests for related extractors

7 years ago[vlive] Address site update
Kagami Hiiragi [Tue, 24 May 2016 09:13:05 +0000 (12:13 +0300)]
[vlive] Address site update

Changes:
* Fix video params extraction
* Don't make status request since status info now available on the page
* Remove unneeded code
* Fix test

7 years ago[ooyala] use api v2 to reduce requests for format extraction
remitamine [Mon, 23 May 2016 23:22:29 +0000 (00:22 +0100)]
[ooyala] use api v2 to reduce requests for format extraction

7 years ago[ooyala] extract subtitles
remitamine [Mon, 23 May 2016 22:58:16 +0000 (23:58 +0100)]
[ooyala] extract subtitles

7 years ago[washingtonpost] reduce requests for m3u8 manifests
remitamine [Mon, 23 May 2016 12:04:50 +0000 (13:04 +0100)]
[washingtonpost] reduce requests for m3u8 manifests

7 years ago[cbs] allow to pass content id to the extractor(closes #9589)
remitamine [Mon, 23 May 2016 08:30:26 +0000 (09:30 +0100)]
[cbs] allow to pass content id to the extractor(closes #9589)

7 years ago[washingtonpost] remove unnecessary code
remitamine [Mon, 23 May 2016 01:30:12 +0000 (02:30 +0100)]
[washingtonpost] remove unnecessary code

7 years ago[reuters] Add new extractor
remitamine [Mon, 23 May 2016 01:27:31 +0000 (02:27 +0100)]
[reuters] Add new extractor

7 years ago[washingtonpost] improve format extraction and add support for video pages extraction
remitamine [Sun, 22 May 2016 23:47:22 +0000 (00:47 +0100)]
[washingtonpost] improve format extraction and add support for video pages extraction

7 years ago[life:embed] Use native hls
Sergey M․ [Sun, 22 May 2016 22:22:09 +0000 (04:22 +0600)]
[life:embed] Use native hls

7 years ago[life] Update _VALID_URL
Sergey M․ [Sun, 22 May 2016 22:00:08 +0000 (04:00 +0600)]
[life] Update _VALID_URL

7 years ago[lifenews] Fix metadata extraction
Sergey M․ [Sun, 22 May 2016 21:44:04 +0000 (03:44 +0600)]
[lifenews] Fix metadata extraction

7 years ago[voxmedia] fix volume embed extraction
remitamine [Sun, 22 May 2016 19:36:23 +0000 (20:36 +0100)]
[voxmedia] fix volume embed extraction

7 years ago[generic] Improve Livestream detection (closes #2234)
Yen Chi Hsuan [Sun, 22 May 2016 17:39:09 +0000 (01:39 +0800)]
[generic] Improve Livestream detection (closes #2234)

7 years ago[livestream] Video IDs should always be strings (#2234)
Yen Chi Hsuan [Sun, 22 May 2016 17:38:00 +0000 (01:38 +0800)]
[livestream] Video IDs should always be strings (#2234)