youtube-dl
9 years agoMerge pull request #5556 from jaimeMF/best-format-nodash
Sergey M. [Thu, 30 Apr 2015 14:57:02 +0000 (19:57 +0500)]
Merge pull request #5556 from jaimeMF/best-format-nodash

Make 'best' format only match non-DASH formats (closes #5554)

9 years ago[VeeHD] Enhance extraction and fix tests (fixes #4965)
Yen Chi Hsuan [Thu, 30 Apr 2015 14:37:41 +0000 (22:37 +0800)]
[VeeHD] Enhance extraction and fix tests (fixes #4965)

9 years ago[bilibili] Extract multipart videos (closes #3250)
Yen Chi Hsuan [Thu, 30 Apr 2015 10:23:35 +0000 (18:23 +0800)]
[bilibili] Extract multipart videos (closes #3250)

9 years ago[niconico] Fix so* video extraction (fixes #4874) (#2087)
Yen Chi Hsuan [Thu, 30 Apr 2015 09:05:02 +0000 (17:05 +0800)]
[niconico] Fix so* video extraction (fixes #4874) (#2087)

9 years agoMake 'best' format only match non-DASH formats (closes #5554)
Jaime Marquínez Ferrándiz [Wed, 29 Apr 2015 20:53:18 +0000 (22:53 +0200)]
Make 'best' format only match non-DASH formats (closes #5554)

Otherwise it's impossible to only download non-DASH formats, for example `best[height=?480]/best` would download a DASH video if it's the only one with height=480, instead for falling back to the second format specifier.
For audio only urls (soundcloud, bandcamp ...), the best audio will be downloaded as before.

9 years ago[escapist] pep8 fixes
Jaime Marquínez Ferrándiz [Wed, 29 Apr 2015 20:46:19 +0000 (22:46 +0200)]
[escapist] pep8 fixes

9 years ago[niconico] Try to extract all optional fields from various sources
Yen Chi Hsuan [Wed, 29 Apr 2015 18:24:05 +0000 (02:24 +0800)]
[niconico] Try to extract all optional fields from various sources

9 years ago[niconico] Remove credentials from tests and enhance title extraction
Yen Chi Hsuan [Wed, 29 Apr 2015 16:47:52 +0000 (00:47 +0800)]
[niconico] Remove credentials from tests and enhance title extraction

All test videos can be downloaded without username and password now.

9 years ago[niconico] Fix extraction and update tests (closes #5511)
Yen Chi Hsuan [Wed, 29 Apr 2015 16:24:24 +0000 (00:24 +0800)]
[niconico] Fix extraction and update tests (closes #5511)

9 years ago[YouPorn] Fix extractor
Yen Chi Hsuan [Tue, 28 Apr 2015 20:18:53 +0000 (04:18 +0800)]
[YouPorn] Fix extractor

9 years agoMerge pull request #5553 from zouhair/master
Sergey M. [Wed, 29 Apr 2015 15:05:48 +0000 (20:05 +0500)]
Merge pull request #5553 from zouhair/master

Typo: twice "the the" to "the"

9 years agoTypo: twice "the the" to "the"
zouhair [Wed, 29 Apr 2015 15:03:10 +0000 (11:03 -0400)]
Typo: twice "the the" to "the"

9 years agoMerge pull request #5552 from zouhair/master
Sergey M. [Wed, 29 Apr 2015 14:09:47 +0000 (19:09 +0500)]
Merge pull request #5552 from zouhair/master

Typo "incompatible" instead of "uncompatible"

9 years agoTypo "incompatible" instead of "uncompatible"
zouhair [Wed, 29 Apr 2015 14:07:49 +0000 (10:07 -0400)]
Typo "incompatible" instead of "uncompatible"

9 years ago[yourupload] Simplify
Yen Chi Hsuan [Tue, 28 Apr 2015 20:05:14 +0000 (04:05 +0800)]
[yourupload] Simplify

9 years ago[yourupload] Fix extraction
Yen Chi Hsuan [Tue, 28 Apr 2015 20:03:07 +0000 (04:03 +0800)]
[yourupload] Fix extraction

9 years ago[testtube] Fix test case 1
Yen Chi Hsuan [Tue, 28 Apr 2015 16:24:58 +0000 (00:24 +0800)]
[testtube] Fix test case 1

Seems the site now provides webm with higher bitrates

9 years ago[testtube] Detect Youtube iframes (fixes #4867)
Yen Chi Hsuan [Tue, 28 Apr 2015 16:01:09 +0000 (00:01 +0800)]
[testtube] Detect Youtube iframes (fixes #4867)

9 years ago[youtube] Catch more alert messages (closes #5074)
Yen Chi Hsuan [Tue, 28 Apr 2015 15:07:56 +0000 (23:07 +0800)]
[youtube] Catch more alert messages (closes #5074)

9 years ago[vimeo] Fix password protected videos again (#5082)
Jaime Marquínez Ferrándiz [Tue, 28 Apr 2015 13:05:41 +0000 (15:05 +0200)]
[vimeo] Fix password protected videos again (#5082)

Since they have changed again to the previous format, I've modified the regex to match both formats.

9 years ago[vimeo] Fix redirection
pulpe [Tue, 28 Apr 2015 12:56:48 +0000 (14:56 +0200)]
[vimeo] Fix redirection

9 years agorelease 2015.04.28
Philipp Hagemeister [Tue, 28 Apr 2015 07:11:18 +0000 (09:11 +0200)]
release 2015.04.28

9 years ago[moniker] Check not found error (#5541)
Sergey M․ [Mon, 27 Apr 2015 17:46:16 +0000 (23:46 +0600)]
[moniker] Check not found error (#5541)

9 years ago[moniker] Capture and output error message (#5541)
Sergey M․ [Mon, 27 Apr 2015 17:44:05 +0000 (23:44 +0600)]
[moniker] Capture and output error message (#5541)

9 years ago[escapist] Fix imsVideo regex (#5090)
Sergey M․ [Mon, 27 Apr 2015 16:17:51 +0000 (22:17 +0600)]
[escapist] Fix imsVideo regex (#5090)

9 years ago[escapist] Fix extractor (fixes #5090)
pulpe [Mon, 27 Apr 2015 15:44:13 +0000 (17:44 +0200)]
[escapist] Fix extractor (fixes #5090)

9 years ago[utils] Fix another old python 2.6 kwargs issue (Closes #5539)
Sergey M․ [Mon, 27 Apr 2015 14:00:18 +0000 (20:00 +0600)]
[utils] Fix another old python 2.6 kwargs issue (Closes #5539)

9 years agoMerge pull request #5523 from jaimeMF/remove-format-limit
Sergey M. [Mon, 27 Apr 2015 11:44:58 +0000 (16:44 +0500)]
Merge pull request #5523 from jaimeMF/remove-format-limit

Remove the --max-quality option

9 years ago[README] Use youtube-dl test video URL
Sergey M. [Mon, 27 Apr 2015 10:05:01 +0000 (16:05 +0600)]
[README] Use youtube-dl test video URL

9 years ago[README] Document special characters escaping (#5538)
Sergey M. [Mon, 27 Apr 2015 10:01:30 +0000 (16:01 +0600)]
[README] Document special characters escaping (#5538)

9 years ago[README] Clarify youtube-dl version when format selection changed to bestvideo+bestau...
Sergey M․ [Mon, 27 Apr 2015 09:21:51 +0000 (15:21 +0600)]
[README] Clarify youtube-dl version when format selection changed to bestvideo+bestaudio/best

9 years agoMerge branch 'fstirlitz-philharmoniedeparis'
Sergey M․ [Sun, 26 Apr 2015 21:36:46 +0000 (03:36 +0600)]
Merge branch 'fstirlitz-philharmoniedeparis'

9 years ago[philharmoniedeparis] Fix extraction and tests, improve, simplify
Sergey M․ [Sun, 26 Apr 2015 21:36:32 +0000 (03:36 +0600)]
[philharmoniedeparis] Fix extraction and tests, improve, simplify

9 years agorelease 2015.04.26
Philipp Hagemeister [Sun, 26 Apr 2015 20:45:20 +0000 (22:45 +0200)]
release 2015.04.26

9 years agoNew extractor: live.philharmoniedeparis.fr
felix [Sun, 26 Apr 2015 12:15:29 +0000 (14:15 +0200)]
New extractor: live.philharmoniedeparis.fr

9 years ago[downloader/external] Use encodeArgument
Sergey M․ [Sat, 25 Apr 2015 22:33:43 +0000 (04:33 +0600)]
[downloader/external] Use encodeArgument

9 years ago[downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes #5528)
Sergey M․ [Sat, 25 Apr 2015 22:32:54 +0000 (04:32 +0600)]
[downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes #5528)

9 years ago[downloader/common] Use decodeArgument
Sergey M․ [Sat, 25 Apr 2015 22:30:45 +0000 (04:30 +0600)]
[downloader/common] Use decodeArgument

9 years ago[utils] Add `get_subprocess_encoding` and filename/argument decode counterparts
Sergey M․ [Sat, 25 Apr 2015 22:29:41 +0000 (04:29 +0600)]
[utils] Add `get_subprocess_encoding` and filename/argument decode counterparts

9 years ago[southpark] Use 'ñ' in the spanish extractor name
Jaime Marquínez Ferrándiz [Sat, 25 Apr 2015 20:34:28 +0000 (22:34 +0200)]
[southpark] Use 'ñ' in the spanish extractor name

IE_NAME can contain unicode characters, so it shouldn't be a problem.

9 years agoMerge branch 'mp3'
pulpe [Sat, 25 Apr 2015 18:41:59 +0000 (20:41 +0200)]
Merge branch 'mp3'

9 years ago[postprocessor/embedthumbnail] Fix mp3 embedding with avconv (fixes #5526)
pulpe [Sat, 25 Apr 2015 18:41:15 +0000 (20:41 +0200)]
[postprocessor/embedthumbnail] Fix mp3 embedding with avconv (fixes #5526)

9 years ago[mplayer] Rename to RTSP
Sergey M․ [Sat, 25 Apr 2015 18:25:51 +0000 (00:25 +0600)]
[mplayer] Rename to RTSP

9 years ago[mplayer] Simplify
Sergey M․ [Sat, 25 Apr 2015 18:23:16 +0000 (00:23 +0600)]
[mplayer] Simplify

9 years ago[mplayer] Clarify error message
Sergey M․ [Sat, 25 Apr 2015 18:22:13 +0000 (00:22 +0600)]
[mplayer] Clarify error message

9 years agoMerge pull request #5521 from mrkrossxdx/mpv
Sergey M. [Sat, 25 Apr 2015 18:19:59 +0000 (23:19 +0500)]
Merge pull request #5521 from mrkrossxdx/mpv

Added support for mpv if mplayer is not available (new version)

9 years ago[instagram] Modernize
Sergey M․ [Sat, 25 Apr 2015 16:42:15 +0000 (22:42 +0600)]
[instagram] Modernize

9 years ago[instagram] Improve _VALID_URL
Sergey M․ [Sat, 25 Apr 2015 16:39:50 +0000 (22:39 +0600)]
[instagram] Improve _VALID_URL

9 years ago[ffmpeg] Add dfxp (TTML) subtitles support (#3432, #5146)
Yen Chi Hsuan [Sat, 25 Apr 2015 15:15:05 +0000 (23:15 +0800)]
[ffmpeg] Add dfxp (TTML) subtitles support (#3432, #5146)

9 years ago[cspan] Extract subtitles
Yen Chi Hsuan [Fri, 24 Apr 2015 15:46:51 +0000 (23:46 +0800)]
[cspan] Extract subtitles

9 years ago[orf:iptv] Update test
Sergey M․ [Sat, 25 Apr 2015 15:06:27 +0000 (21:06 +0600)]
[orf:iptv] Update test

9 years ago[southpark] Improve some _VALID_URL's
Sergey M․ [Sat, 25 Apr 2015 14:24:15 +0000 (20:24 +0600)]
[southpark] Improve some _VALID_URL's

9 years ago[southpark:espanol] Add extractor (Closes #5525)
Sergey M․ [Sat, 25 Apr 2015 14:23:42 +0000 (20:23 +0600)]
[southpark:espanol] Add extractor (Closes #5525)

9 years ago[mtv] Stuff lang into info URL when available
Sergey M․ [Sat, 25 Apr 2015 14:22:20 +0000 (20:22 +0600)]
[mtv] Stuff lang into info URL when available

9 years agoREADME: remove --max-quality
Jaime Marquínez Ferrándiz [Sat, 25 Apr 2015 13:14:16 +0000 (15:14 +0200)]
README: remove --max-quality

9 years agoRemove the --max-quality option
Jaime Marquínez Ferrándiz [Sat, 25 Apr 2015 09:59:54 +0000 (11:59 +0200)]
Remove the --max-quality option

It doesn't work well with 'bestvideo' and 'bestaudio' because they are usually before the max quality.
Format filters should be used instead, they are more flexible and don't require the requested quality to exist for each video.

9 years ago[postprocessor/embedthumbnail] Style fix
Jaime Marquínez Ferrándiz [Fri, 24 Apr 2015 20:08:00 +0000 (22:08 +0200)]
[postprocessor/embedthumbnail] Style fix

9 years ago[ellentv] Remove unused import
Jaime Marquínez Ferrándiz [Fri, 24 Apr 2015 20:06:22 +0000 (22:06 +0200)]
[ellentv] Remove unused import

9 years agoAdded support for mpv if mplayer is not available
mrkrossxdx [Fri, 24 Apr 2015 18:50:34 +0000 (20:50 +0200)]
Added support for mpv if mplayer is not available

9 years ago[ellentv:clips] Fix test
Sergey M․ [Fri, 24 Apr 2015 16:10:27 +0000 (22:10 +0600)]
[ellentv:clips] Fix test

9 years ago[ellentv:clips] Fix extraction
Sergey M․ [Fri, 24 Apr 2015 16:09:54 +0000 (22:09 +0600)]
[ellentv:clips] Fix extraction

9 years ago[ellentv] Fix tests
Sergey M․ [Fri, 24 Apr 2015 16:07:15 +0000 (22:07 +0600)]
[ellentv] Fix tests

9 years ago[ellentv] Fix extraction
Sergey M․ [Fri, 24 Apr 2015 16:03:14 +0000 (22:03 +0600)]
[ellentv] Fix extraction

9 years ago[dotsub] Fix extraction
Sergey M․ [Fri, 24 Apr 2015 15:47:13 +0000 (21:47 +0600)]
[dotsub] Fix extraction

9 years ago[gdcvault] Add display_id
Yen Chi Hsuan [Fri, 24 Apr 2015 14:43:33 +0000 (22:43 +0800)]
[gdcvault] Add display_id

9 years ago[gdcvault] Extend _VALID_URL (fixes #5236)
Yen Chi Hsuan [Fri, 24 Apr 2015 14:25:34 +0000 (22:25 +0800)]
[gdcvault] Extend _VALID_URL (fixes #5236)

9 years agoMerge branch 'embedthumb'
pulpe [Fri, 24 Apr 2015 07:25:44 +0000 (09:25 +0200)]
Merge branch 'embedthumb'

9 years agoForgot to clean the remains of class
pulpe [Fri, 24 Apr 2015 07:17:46 +0000 (09:17 +0200)]
Forgot to clean the remains of class

9 years ago[ffmpeg] Remove unneeded class
pulpe [Fri, 24 Apr 2015 07:11:39 +0000 (09:11 +0200)]
[ffmpeg] Remove unneeded class

9 years ago[embedthumbnail] use FFmpegPostProcessor for mp3
pulpe [Fri, 24 Apr 2015 07:08:57 +0000 (09:08 +0200)]
[embedthumbnail] use FFmpegPostProcessor for mp3

9 years ago[embedthumbnail] Add support for mp3 cover embedding
pulpe [Fri, 24 Apr 2015 06:48:49 +0000 (08:48 +0200)]
[embedthumbnail] Add support for mp3 cover embedding

9 years ago[Crunchyroll] Fix extraction on Python 2.6
Yen Chi Hsuan [Fri, 24 Apr 2015 06:09:35 +0000 (14:09 +0800)]
[Crunchyroll] Fix extraction on Python 2.6

XPath with recursive children selection not supported

9 years ago[README] Finally fix configuration file link
Sergey M․ [Thu, 23 Apr 2015 19:41:36 +0000 (01:41 +0600)]
[README] Finally fix configuration file link

9 years ago[README] Fix configuration file link and typo
Sergey M․ [Thu, 23 Apr 2015 19:38:02 +0000 (01:38 +0600)]
[README] Fix configuration file link and typo

9 years ago[README] Document on how to enable old format selection behavior (#5510, #5511)
Sergey M․ [Thu, 23 Apr 2015 19:34:57 +0000 (01:34 +0600)]
[README] Document on how to enable old format selection behavior (#5510, #5511)

9 years ago[xattrpp] Fix typo
Sergey M․ [Thu, 23 Apr 2015 16:11:09 +0000 (22:11 +0600)]
[xattrpp] Fix typo

9 years ago[cracked] Modernize
Sergey M․ [Thu, 23 Apr 2015 15:59:18 +0000 (21:59 +0600)]
[cracked] Modernize

9 years ago[cracked] Update tests
Sergey M․ [Thu, 23 Apr 2015 15:58:50 +0000 (21:58 +0600)]
[cracked] Update tests

9 years ago[cracked] Add support for youtube embeds
Sergey M․ [Thu, 23 Apr 2015 15:49:54 +0000 (21:49 +0600)]
[cracked] Add support for youtube embeds

9 years ago[cracked] Fix extraction
Sergey M․ [Thu, 23 Apr 2015 15:44:51 +0000 (21:44 +0600)]
[cracked] Fix extraction

9 years ago[ustream] Try to extract uploader from JSON data (#5128)
Yen Chi Hsuan [Thu, 23 Apr 2015 10:33:25 +0000 (18:33 +0800)]
[ustream] Try to extract uploader from JSON data (#5128)

9 years ago[ustream] Add an alternative approach to extract title (fixes #5128)
Yen Chi Hsuan [Thu, 23 Apr 2015 10:24:44 +0000 (18:24 +0800)]
[ustream] Add an alternative approach to extract title (fixes #5128)

9 years ago[ustream] Checking errors
Yen Chi Hsuan [Thu, 23 Apr 2015 10:07:09 +0000 (18:07 +0800)]
[ustream] Checking errors

9 years ago[ustream] Fix extraction (closes #3998)
Yen Chi Hsuan [Thu, 23 Apr 2015 09:57:49 +0000 (17:57 +0800)]
[ustream] Fix extraction (closes #3998)

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
pulpe [Thu, 23 Apr 2015 09:43:37 +0000 (11:43 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years ago[realvid] Add extractor for realvid.net (closes #5504)
pulpe [Thu, 23 Apr 2015 09:41:21 +0000 (11:41 +0200)]
[realvid] Add extractor for realvid.net (closes #5504)

9 years ago[xattr] Add version detection for python-pyxattr
Yen Chi Hsuan [Thu, 23 Apr 2015 05:49:06 +0000 (13:49 +0800)]
[xattr] Add version detection for python-pyxattr

For more information, see #5498 and changes to convertObj() in
iustin/pyxattr@cc84e466f63906d32ec1bf4a4fcae6a7bce9a4c8

9 years ago[vimeo] one token overlooked
pulpe [Wed, 22 Apr 2015 21:55:19 +0000 (23:55 +0200)]
[vimeo] one token overlooked

9 years ago[vimeo] Fix login token (fixes #5082)
pulpe [Wed, 22 Apr 2015 21:50:11 +0000 (23:50 +0200)]
[vimeo] Fix login token (fixes #5082)

9 years ago[flickr] Don't use regex for extracting the info from the xml files
Jaime Marquínez Ferrándiz [Wed, 22 Apr 2015 17:58:39 +0000 (19:58 +0200)]
[flickr] Don't use regex for extracting the info from the xml files

9 years ago[flickr] Fix extraction (fixes #5501)
Jaime Marquínez Ferrándiz [Wed, 22 Apr 2015 17:24:14 +0000 (19:24 +0200)]
[flickr] Fix extraction (fixes #5501)

9 years ago[hitbox] Clarify download messages
Sergey M․ [Wed, 22 Apr 2015 15:09:21 +0000 (21:09 +0600)]
[hitbox] Clarify download messages

9 years ago[hitbox:live] Extract formats before metadata
Sergey M․ [Wed, 22 Apr 2015 15:05:08 +0000 (21:05 +0600)]
[hitbox:live] Extract formats before metadata

9 years ago[hitbox] Extract formats before metadata
Sergey M․ [Wed, 22 Apr 2015 15:03:56 +0000 (21:03 +0600)]
[hitbox] Extract formats before metadata

9 years ago[hitbox] Sort formats
Sergey M․ [Wed, 22 Apr 2015 15:01:52 +0000 (21:01 +0600)]
[hitbox] Sort formats

9 years ago[hitbox] Extract all formats (Closes #5494)
Sergey M․ [Wed, 22 Apr 2015 15:01:25 +0000 (21:01 +0600)]
[hitbox] Extract all formats (Closes #5494)

9 years ago[youtube:search] Cancel out _TESTS
Sergey M․ [Wed, 22 Apr 2015 14:28:33 +0000 (20:28 +0600)]
[youtube:search] Cancel out _TESTS

9 years ago[YoutubeDL] Remove the redundant assignment to old_filename
Yen Chi Hsuan [Wed, 22 Apr 2015 07:05:35 +0000 (15:05 +0800)]
[YoutubeDL] Remove the redundant assignment to old_filename

Caused by commmit 592e97e8550389e22b716eb33c30584aa3a8d656

9 years ago[youtube:ytsearch] Use the same system as the search webpage (fixes #5483)
Jaime Marquínez Ferrándiz [Tue, 21 Apr 2015 17:30:31 +0000 (19:30 +0200)]
[youtube:ytsearch] Use the same system as the search webpage (fixes #5483)

The gdata api V2 was deprecated and according to http://youtube-eng.blogspot.com.es/2014/03/committing-to-youtube-data-api-v3_4.html remains available until April 20, 2015.

9 years ago[youtube] Remove unused import
Sergey M․ [Tue, 21 Apr 2015 16:55:59 +0000 (22:55 +0600)]
[youtube] Remove unused import