youtube-dl
9 years agoMerge branch 'compat-getenv-and-expanduser' of https://github.com/dstftw/youtube...
Sergey M․ [Sun, 26 Oct 2014 12:56:52 +0000 (19:56 +0700)]
Merge branch 'compat-getenv-and-expanduser' of https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser

Conflicts:
test/test_utils.py
youtube_dl/__init__.py

9 years agoSet '--simulate' if any of the printing options is given (fixes #3036)
Jaime Marquínez Ferrándiz [Sun, 26 Oct 2014 12:01:57 +0000 (13:01 +0100)]
Set '--simulate' if any of the printing options is given (fixes #3036)

That's what the help messages say.
Previously it would only set '--skip-download', which would write thumbnail,
descriptions or subtitles if they were requested (for example you may have set
'--write-thumbnail' in the config file).

9 years agoMerge branch 'Dineshs91-belgiannational-ie'
Sergey M․ [Sun, 26 Oct 2014 09:48:55 +0000 (16:48 +0700)]
Merge branch 'Dineshs91-belgiannational-ie'

9 years ago[vrt] Improve extractor
Sergey M․ [Sun, 26 Oct 2014 09:48:11 +0000 (16:48 +0700)]
[vrt] Improve extractor

9 years ago[BelgianNational] corrected indentation
dinesh [Sun, 26 Oct 2014 08:17:41 +0000 (13:47 +0530)]
[BelgianNational] corrected indentation

9 years ago[BelgianNational] New extractor added
dinesh [Sun, 26 Oct 2014 08:05:00 +0000 (13:35 +0530)]
[BelgianNational] New extractor added

9 years ago[sportbox] Remove view count
Sergey M․ [Sun, 26 Oct 2014 01:00:01 +0000 (08:00 +0700)]
[sportbox] Remove view count

9 years ago[tumblr] Fix extraction (fixes #4029)
Jaime Marquínez Ferrándiz [Sat, 25 Oct 2014 20:42:56 +0000 (22:42 +0200)]
[tumblr] Fix extraction (fixes #4029)

9 years ago[soundcloud] Modernize and fix tests
Jaime Marquínez Ferrándiz [Sat, 25 Oct 2014 20:32:01 +0000 (22:32 +0200)]
[soundcloud] Modernize and fix tests

9 years ago[lrt] Updated test
Naglis Jonaitis [Sat, 25 Oct 2014 10:24:46 +0000 (13:24 +0300)]
[lrt] Updated test

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Sat, 25 Oct 2014 07:55:05 +0000 (09:55 +0200)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years ago[audiomack] Simplify
Philipp Hagemeister [Sat, 25 Oct 2014 06:58:03 +0000 (08:58 +0200)]
[audiomack] Simplify

9 years ago[nhl] Improve video URL extraction (Closes #4013)
Sergey M․ [Sat, 25 Oct 2014 06:56:21 +0000 (13:56 +0700)]
[nhl] Improve video URL extraction (Closes #4013)

9 years agoMerge remote-tracking branch 'xavierbeynon/audiomack'
Philipp Hagemeister [Sat, 25 Oct 2014 06:55:12 +0000 (08:55 +0200)]
Merge remote-tracking branch 'xavierbeynon/audiomack'

9 years agoCredit @winwon for vidzi (#3989)
Philipp Hagemeister [Sat, 25 Oct 2014 06:42:44 +0000 (08:42 +0200)]
Credit @winwon for vidzi (#3989)

9 years agoNot directly calling soundcloud extractor anymore
xavier [Sat, 25 Oct 2014 02:11:46 +0000 (21:11 -0500)]
Not directly calling soundcloud extractor anymore

9 years agoMade changes per phihag
xavier [Sat, 25 Oct 2014 02:07:01 +0000 (21:07 -0500)]
Made changes per phihag

9 years agorelease 2014.10.25
Philipp Hagemeister [Fri, 24 Oct 2014 22:41:06 +0000 (00:41 +0200)]
release 2014.10.25

9 years agoNew option --dump-single-json (#4003)
Philipp Hagemeister [Fri, 24 Oct 2014 22:30:57 +0000 (00:30 +0200)]
New option --dump-single-json (#4003)

9 years ago[viddler] Use API
Philipp Hagemeister [Fri, 24 Oct 2014 22:10:11 +0000 (00:10 +0200)]
[viddler] Use API

9 years ago[hark] Modernize
Philipp Hagemeister [Fri, 24 Oct 2014 20:31:55 +0000 (22:31 +0200)]
[hark] Modernize

9 years ago[motherless] Simplify
Philipp Hagemeister [Fri, 24 Oct 2014 17:53:48 +0000 (19:53 +0200)]
[motherless] Simplify

9 years agoAdd group videos support for motherless
Filip B [Fri, 24 Oct 2014 17:44:21 +0000 (21:44 +0400)]
Add group videos support for motherless

Modified motherless regular expression.
Previously it matched only URLs like this:
motherless.com/ID
Now it also matches this:
motherless.com/g/group_name/ID
All tests including the newly added one passed.

9 years agoAdd another motherless test
Filip B [Fri, 24 Oct 2014 17:09:55 +0000 (21:09 +0400)]
Add another motherless test

This test is for videos posted in groups.
URL looks like this:
motherless.com/g/group_name/ID
which is basically the same as
motherless.com/ID
So far this test fails because I haven't improved the extractor yet.

9 years agoFix motherless test 0
Filip B [Fri, 24 Oct 2014 17:26:32 +0000 (21:26 +0400)]
Fix motherless test 0

Apparently motherless no longer serves flv for that video (or maybe even
other videos). So I changed expected extension from flv to mp4 and
changed expected md5 accordingly.

9 years ago[YoutubeDL] Do not apply playlist info to videos when extract_flat is set (#4003)
Philipp Hagemeister [Fri, 24 Oct 2014 14:13:45 +0000 (16:13 +0200)]
[YoutubeDL] Do not apply playlist info to videos when extract_flat is set (#4003)

9 years ago[glide] Simplify
Philipp Hagemeister [Fri, 24 Oct 2014 13:34:19 +0000 (15:34 +0200)]
[glide] Simplify

9 years agoCredit @thornomad for glide (#3944)
Philipp Hagemeister [Fri, 24 Oct 2014 13:29:44 +0000 (15:29 +0200)]
Credit @thornomad for glide (#3944)

9 years agoMerge remote-tracking branch 'thornomad/glide'
Philipp Hagemeister [Fri, 24 Oct 2014 13:29:03 +0000 (15:29 +0200)]
Merge remote-tracking branch 'thornomad/glide'

9 years ago[vidzi] Use proper test case and simplify (#3989)
Philipp Hagemeister [Fri, 24 Oct 2014 13:27:02 +0000 (15:27 +0200)]
[vidzi] Use proper test case and simplify (#3989)

9 years ago[vidzi] Simplify
Philipp Hagemeister [Fri, 24 Oct 2014 13:17:17 +0000 (15:17 +0200)]
[vidzi] Simplify

9 years ago[vidzi] Correct order in imports (#3989)
Philipp Hagemeister [Fri, 24 Oct 2014 13:15:54 +0000 (15:15 +0200)]
[vidzi] Correct order in imports (#3989)

9 years agovidzi Add new extractor
winwon [Fri, 17 Oct 2014 16:38:16 +0000 (17:38 +0100)]
vidzi Add new extractor

9 years agoCredit @capital-G for bild.de (#3983)
Philipp Hagemeister [Fri, 24 Oct 2014 13:12:29 +0000 (15:12 +0200)]
Credit @capital-G for bild.de (#3983)

9 years ago[bild] Simplify (#3983)
Philipp Hagemeister [Fri, 24 Oct 2014 13:09:43 +0000 (15:09 +0200)]
[bild] Simplify (#3983)

9 years agoMerge remote-tracking branch 'capital-G/master'
Philipp Hagemeister [Fri, 24 Oct 2014 13:02:50 +0000 (15:02 +0200)]
Merge remote-tracking branch 'capital-G/master'

9 years agorelease 2014.10.24
Philipp Hagemeister [Fri, 24 Oct 2014 12:48:19 +0000 (14:48 +0200)]
release 2014.10.24

9 years agoAdd --flat-playlist option (Closes #4003)
Philipp Hagemeister [Fri, 24 Oct 2014 12:48:12 +0000 (14:48 +0200)]
Add --flat-playlist option (Closes #4003)

9 years agoFinished audiomack extractor
xavier [Fri, 24 Oct 2014 04:54:59 +0000 (23:54 -0500)]
Finished audiomack extractor

9 years agoAdded init.py initializer
xavier [Thu, 23 Oct 2014 21:58:11 +0000 (16:58 -0500)]
Added init.py initializer

9 years agoInitial version of audiomack.py
xavier [Thu, 23 Oct 2014 21:55:39 +0000 (16:55 -0500)]
Initial version of audiomack.py

9 years ago[crunchyroll] Correct parsing (Fixes #4014)
Philipp Hagemeister [Thu, 23 Oct 2014 21:25:02 +0000 (23:25 +0200)]
[crunchyroll] Correct parsing (Fixes #4014)

9 years ago[mitele] Fix on python 2.x
Jaime Marquínez Ferrándiz [Thu, 23 Oct 2014 19:26:48 +0000 (21:26 +0200)]
[mitele] Fix on python 2.x

9 years ago[generic] Allow --default-search without colon
Philipp Hagemeister [Thu, 23 Oct 2014 19:13:45 +0000 (21:13 +0200)]
[generic] Allow --default-search without colon

9 years agorelease 2014.10.23
Philipp Hagemeister [Thu, 23 Oct 2014 18:21:38 +0000 (20:21 +0200)]
release 2014.10.23

9 years ago[telecino] Add coding declaration
Philipp Hagemeister [Thu, 23 Oct 2014 18:21:27 +0000 (20:21 +0200)]
[telecino] Add coding declaration

9 years ago[telecinco] Add extractor (closes #4005)
Jaime Marquínez Ferrándiz [Thu, 23 Oct 2014 18:08:55 +0000 (20:08 +0200)]
[telecinco] Add extractor (closes #4005)

It uses the same extraction process as mitele.es, but with a few small differences.

9 years ago[funnyordie] Fix extraction (Closes #4011)
Sergey M․ [Thu, 23 Oct 2014 16:07:58 +0000 (23:07 +0700)]
[funnyordie] Fix extraction (Closes #4011)

9 years ago[generic/wistia] Improve regex
Sergey M․ [Thu, 23 Oct 2014 16:03:07 +0000 (23:03 +0700)]
[generic/wistia] Improve regex

9 years agoMerge pull request #4009 from Dineshs91/thoughtworks
Sergey M. [Thu, 23 Oct 2014 15:59:53 +0000 (22:59 +0700)]
Merge pull request #4009 from Dineshs91/thoughtworks

[thoughtworks] wistia support added

9 years ago[thoughtworks] wistia regex modified
dinesh [Thu, 23 Oct 2014 15:53:56 +0000 (21:23 +0530)]
[thoughtworks] wistia regex modified

9 years ago[francetv] Lower preference of direct links (Closes #4010, closes #3947)
Sergey M․ [Thu, 23 Oct 2014 15:30:34 +0000 (22:30 +0700)]
[francetv] Lower preference of direct links (Closes #4010, closes #3947)

Direct links fail with 403, fallback on f4m for now until further investigations.

9 years ago[thoughtworks] wistia support added
dinesh [Thu, 23 Oct 2014 14:57:13 +0000 (20:27 +0530)]
[thoughtworks] wistia support added

9 years ago[cinemassacre] Fix extraction (Closes #4008)
Sergey M․ [Thu, 23 Oct 2014 14:35:51 +0000 (21:35 +0700)]
[cinemassacre] Fix extraction (Closes #4008)

9 years ago[pbs] Add support for tabbed frontline videos (Closes #4006)
Sergey M․ [Thu, 23 Oct 2014 13:41:45 +0000 (20:41 +0700)]
[pbs] Add support for tabbed frontline videos (Closes #4006)

9 years ago[youtube] Only set language when necessary
Philipp Hagemeister [Wed, 22 Oct 2014 22:44:21 +0000 (00:44 +0200)]
[youtube] Only set language when necessary

We only need to set the language when we are using a login; otherwise it will always be English.

9 years ago[francetv] Force m3u8 formats extension to mp4 (Closes #3997)
Sergey M․ [Tue, 21 Oct 2014 18:24:04 +0000 (01:24 +0700)]
[francetv] Force m3u8 formats extension to mp4 (Closes #3997)

9 years ago[arte.tv] Remove unused import
Sergey M․ [Tue, 21 Oct 2014 14:06:24 +0000 (21:06 +0700)]
[arte.tv] Remove unused import

9 years ago[arte.tv:+7] Improve title extraction (Closes #3995)
Sergey M․ [Tue, 21 Oct 2014 13:08:20 +0000 (20:08 +0700)]
[arte.tv:+7] Improve title extraction (Closes #3995)

9 years ago[arte.tv:+7] Use original format ids to avoid duplicates
Sergey M․ [Mon, 20 Oct 2014 13:27:59 +0000 (20:27 +0700)]
[arte.tv:+7] Use original format ids to avoid duplicates

9 years ago[cnn] Fix for urls ending in '.cnn-ap' (fixes #3985)
Jaime Marquínez Ferrándiz [Sun, 19 Oct 2014 13:14:37 +0000 (15:14 +0200)]
[cnn] Fix for urls ending in '.cnn-ap' (fixes #3985)

9 years agoadded "bild.de" as extractor
scheiba [Sat, 18 Oct 2014 20:15:47 +0000 (22:15 +0200)]
added "bild.de" as extractor

9 years ago[sexykarma] Add support for watchindianporn
Sergey M [Sat, 18 Oct 2014 18:53:15 +0000 (01:53 +0700)]
[sexykarma] Add support for watchindianporn

9 years ago[twitch] Update tests
Sergey M [Sat, 18 Oct 2014 18:35:53 +0000 (01:35 +0700)]
[twitch] Update tests

9 years agorelease 2014.10.18
Philipp Hagemeister [Sat, 18 Oct 2014 18:22:23 +0000 (20:22 +0200)]
release 2014.10.18

9 years agoMerge branch 'CkuT-sexykarma'
Sergey M [Sat, 18 Oct 2014 17:48:30 +0000 (00:48 +0700)]
Merge branch 'CkuT-sexykarma'

9 years ago[sexykarma] Improve and simplify
Sergey M [Sat, 18 Oct 2014 17:48:05 +0000 (00:48 +0700)]
[sexykarma] Improve and simplify

9 years agoMerge branch 'sexykarma' of https://github.com/CkuT/youtube-dl into CkuT-sexykarma
Sergey M [Sat, 18 Oct 2014 17:06:53 +0000 (00:06 +0700)]
Merge branch 'sexykarma' of https://github.com/CkuT/youtube-dl into CkuT-sexykarma

9 years ago[twitch] Remove superfluous comma
Sergey M [Sat, 18 Oct 2014 14:57:24 +0000 (21:57 +0700)]
[twitch] Remove superfluous comma

9 years ago[arte.tv:+7] Append media type to format_id (Closes #3967)
Sergey M․ [Sat, 18 Oct 2014 11:14:49 +0000 (18:14 +0700)]
[arte.tv:+7] Append media type to format_id (Closes #3967)

9 years ago[generic] Make sure Wistia embed URLs contain the protocol (Closes #3977)
Naglis Jonaitis [Fri, 17 Oct 2014 22:52:55 +0000 (01:52 +0300)]
[generic] Make sure Wistia embed URLs contain the protocol (Closes #3977)

Also, improve detection (Addresses #3662)

9 years ago[twitch] Update tests and minor improvements
Sergey M․ [Fri, 17 Oct 2014 16:46:53 +0000 (23:46 +0700)]
[twitch] Update tests and minor improvements

9 years ago[twitch] Rename extractor and support channel videos
Sergey M․ [Fri, 17 Oct 2014 15:58:18 +0000 (22:58 +0700)]
[twitch] Rename extractor and support channel videos

9 years ago[vimeo] Improve regex for the config js dict (fixes #3955, fixes #3974)
Jaime Marquínez Ferrándiz [Fri, 17 Oct 2014 13:49:16 +0000 (15:49 +0200)]
[vimeo] Improve regex for the config js dict (fixes #3955, fixes #3974)

The javascript code contains assignments of empty dicts with the same variable name

9 years ago[twitch] Adapt to new API (Fixes #3946, Fixes #3949, Fixes #3965)
Sergey M․ [Thu, 16 Oct 2014 15:23:35 +0000 (22:23 +0700)]
[twitch] Adapt to new API (Fixes #3946, Fixes #3949, Fixes #3965)

 Work in progress

9 years agoAdd categories
CkuT [Wed, 15 Oct 2014 20:34:35 +0000 (22:34 +0200)]
Add categories

9 years agoFew improvements
CkuT [Wed, 15 Oct 2014 18:17:07 +0000 (20:17 +0200)]
Few improvements

9 years ago[SexyKarma] Add new extractor
CkuT [Wed, 15 Oct 2014 16:24:32 +0000 (18:24 +0200)]
[SexyKarma] Add new extractor

9 years ago[generic] Correct handling of embedded vimeo players (#3955)
Philipp Hagemeister [Wed, 15 Oct 2014 11:50:53 +0000 (13:50 +0200)]
[generic] Correct handling of embedded vimeo players (#3955)

9 years agorelease 2014.10.15
Philipp Hagemeister [Wed, 15 Oct 2014 10:39:30 +0000 (12:39 +0200)]
release 2014.10.15

9 years ago[ted] Add support for external videos (fixes #3948)
Jaime Marquínez Ferrándiz [Wed, 15 Oct 2014 10:24:11 +0000 (12:24 +0200)]
[ted] Add support for external videos (fixes #3948)

9 years ago[mixcloud] Output downloading progress
Philipp Hagemeister [Tue, 14 Oct 2014 22:53:54 +0000 (00:53 +0200)]
[mixcloud] Output downloading progress

9 years ago[extractor/common] Fix dumping requests with long file abspath on Windows
Sergey M․ [Tue, 14 Oct 2014 14:43:48 +0000 (21:43 +0700)]
[extractor/common] Fix dumping requests with long file abspath on Windows

9 years ago[glide] Add new extractor
Damon Timm [Mon, 13 Oct 2014 21:08:29 +0000 (14:08 -0700)]
[glide] Add new extractor

Added an extractor for glide.me shared messages.  Glide is a movile video messaging services.  You can share the link to the messages easily enough and this would allow you to download and save the actual video.

9 years ago[brightcove] Add a test for playlists
Jaime Marquínez Ferrándiz [Mon, 13 Oct 2014 14:26:53 +0000 (16:26 +0200)]
[brightcove] Add a test for playlists

9 years ago[condenast] Add support for embedded videos (Closes #3929)
Sergey M․ [Mon, 13 Oct 2014 12:59:35 +0000 (19:59 +0700)]
[condenast] Add support for embedded videos (Closes #3929)

9 years agorelease 2014.10.13
Philipp Hagemeister [Mon, 13 Oct 2014 08:12:51 +0000 (10:12 +0200)]
release 2014.10.13

9 years ago[ffmpeg] Improve format merging (Closes #3935)
Philipp Hagemeister [Mon, 13 Oct 2014 08:12:43 +0000 (10:12 +0200)]
[ffmpeg] Improve format merging (Closes #3935)

9 years agoMerge remote-tracking branch 'Dineshs91/KontrTube-fix'
Philipp Hagemeister [Mon, 13 Oct 2014 08:09:57 +0000 (10:09 +0200)]
Merge remote-tracking branch 'Dineshs91/KontrTube-fix'

9 years ago[huffpost] Modernize
Philipp Hagemeister [Mon, 13 Oct 2014 08:08:59 +0000 (10:08 +0200)]
[huffpost] Modernize

9 years ago[kontrtube] Fix video title extraction
dinesh [Mon, 13 Oct 2014 04:33:55 +0000 (10:03 +0530)]
[kontrtube] Fix video title extraction

9 years ago[youtube] Add support for format 278
Philipp Hagemeister [Sun, 12 Oct 2014 22:09:19 +0000 (00:09 +0200)]
[youtube] Add support for format 278

9 years ago[youtube] Download DASH manifest by default (Closes #3887)
Philipp Hagemeister [Sun, 12 Oct 2014 22:03:08 +0000 (00:03 +0200)]
[youtube] Download DASH manifest by default (Closes #3887)

9 years ago[zsh-completion] Ignore generated file (#3890)
Philipp Hagemeister [Sun, 12 Oct 2014 21:31:15 +0000 (23:31 +0200)]
[zsh-completion] Ignore generated file (#3890)

9 years agoMerge remote-tracking branch 'xu-cheng/zsh-completion'
Philipp Hagemeister [Sun, 12 Oct 2014 21:30:17 +0000 (23:30 +0200)]
Merge remote-tracking branch 'xu-cheng/zsh-completion'

9 years ago[options] Consistent formatting and general niceness
Philipp Hagemeister [Sun, 12 Oct 2014 21:10:11 +0000 (23:10 +0200)]
[options] Consistent formatting and general niceness

9 years ago[options] Mention login in --username documentation (#3753)
Philipp Hagemeister [Sun, 12 Oct 2014 20:45:36 +0000 (22:45 +0200)]
[options] Mention login in --username documentation (#3753)

9 years agorelease 2014.10.12
Philipp Hagemeister [Sun, 12 Oct 2014 20:25:18 +0000 (22:25 +0200)]
release 2014.10.12

9 years ago[niconico] Fix ignored --netrc flag
Naglis Jonaitis [Sun, 12 Oct 2014 20:18:42 +0000 (23:18 +0300)]
[niconico] Fix ignored --netrc flag

See issue #3753

9 years agoMerge pull request #3932 from Dineshs91/ndr-fix
Jaime Marquínez Ferrándiz [Sun, 12 Oct 2014 15:54:51 +0000 (17:54 +0200)]
Merge pull request #3932 from Dineshs91/ndr-fix

Description changed