youtube-dl
9 years agoMerge pull request #3927 from qrtt1/master
Philipp Hagemeister [Sat, 13 Dec 2014 11:59:12 +0000 (12:59 +0100)]
Merge pull request #3927 from qrtt1/master

apply ratelimit to f4m

9 years ago[test_unicode_literals] Import from test.helper
Jaime Marquínez Ferrándiz [Sat, 13 Dec 2014 11:39:58 +0000 (12:39 +0100)]
[test_unicode_literals] Import from test.helper

9 years ago[keek] Modernize and extract uploader
Philipp Hagemeister [Sat, 13 Dec 2014 11:35:13 +0000 (12:35 +0100)]
[keek] Modernize and extract uploader

9 years agoFix imports and general cleanup
Philipp Hagemeister [Sat, 13 Dec 2014 11:24:42 +0000 (12:24 +0100)]
Fix imports and general cleanup

· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions

9 years ago[streamcz] Update extractor
Philipp Hagemeister [Sat, 13 Dec 2014 11:14:44 +0000 (12:14 +0100)]
[streamcz] Update extractor

9 years ago[5min] Remove helper method and modernize
Philipp Hagemeister [Sat, 13 Dec 2014 10:02:24 +0000 (11:02 +0100)]
[5min] Remove helper method and modernize

Previously, other extractor would go call a private(!) helper method. Instead, just hardcode the 5min:video_id format - it's not if that would ever change.

9 years ago[utils] make_HTTPS_handler: Remove try/except block that would always raise an exception
Jaime Marquínez Ferrándiz [Fri, 12 Dec 2014 22:43:25 +0000 (23:43 +0100)]
[utils] make_HTTPS_handler: Remove try/except block that would always raise an exception

This code is only run for Python < 3.4, where context.load_default_certs doesn't exist

9 years ago[utils] make_HTTPS_handler: Use ssl.create_default_context in Python 2.7.9
Jaime Marquínez Ferrándiz [Fri, 12 Dec 2014 22:27:25 +0000 (23:27 +0100)]
[utils] make_HTTPS_handler:  Use ssl.create_default_context in Python 2.7.9

The new features in the ssl module have been backported from 3.4, see https://docs.python.org/dev/whatsnew/2.7.html#pep-466-network-security-enhancements-for-python-2-7

9 years ago[youtube:playlist] Remove unused property
Jaime Marquínez Ferrándiz [Fri, 12 Dec 2014 21:26:50 +0000 (22:26 +0100)]
[youtube:playlist] Remove unused property

9 years ago[youtube:channel] Fix extraction (fixes #4435)
Jaime Marquínez Ferrándiz [Fri, 12 Dec 2014 21:23:54 +0000 (22:23 +0100)]
[youtube:channel] Fix extraction (fixes #4435)

It uses now the same pagination system as playlists

9 years ago[urort] Update to new multi-format protocol
Philipp Hagemeister [Fri, 12 Dec 2014 19:55:18 +0000 (20:55 +0100)]
[urort] Update to new multi-format protocol

9 years ago[comcarcoff] Add unicode_literals declaration
Philipp Hagemeister [Fri, 12 Dec 2014 19:37:58 +0000 (20:37 +0100)]
[comcarcoff] Add unicode_literals declaration

9 years ago[urort] Modernize
Philipp Hagemeister [Fri, 12 Dec 2014 19:37:28 +0000 (20:37 +0100)]
[urort] Modernize

9 years ago[comcarcoff] Adapt c62159ea91a04ef82560472b254aef1cc9f70a11
Philipp Hagemeister [Fri, 12 Dec 2014 19:35:17 +0000 (20:35 +0100)]
[comcarcoff] Adapt c62159ea91a04ef82560472b254aef1cc9f70a11

9 years ago[comcarcoff] (#4454)
Philipp Hagemeister [Fri, 12 Dec 2014 19:32:02 +0000 (20:32 +0100)]
[comcarcoff] (#4454)

9 years agoMerge remote-tracking branch 'fstirlitz/master'
Philipp Hagemeister [Fri, 12 Dec 2014 19:17:26 +0000 (20:17 +0100)]
Merge remote-tracking branch 'fstirlitz/master'

9 years ago[ooyala] Remove test md5sums
Philipp Hagemeister [Fri, 12 Dec 2014 19:11:23 +0000 (20:11 +0100)]
[ooyala] Remove test md5sums

9 years ago[ninegag] Test for additional properties
Philipp Hagemeister [Fri, 12 Dec 2014 19:10:15 +0000 (20:10 +0100)]
[ninegag] Test for additional properties

9 years agocomediansincarsgettingcoffee.com support
felix [Fri, 12 Dec 2014 18:58:44 +0000 (19:58 +0100)]
comediansincarsgettingcoffee.com support

9 years ago[pornotube] Adapt to new interface
Philipp Hagemeister [Fri, 12 Dec 2014 18:44:25 +0000 (19:44 +0100)]
[pornotube] Adapt to new interface

9 years ago[rtp] Add new extractor (Closes #4382)
Naglis Jonaitis [Fri, 12 Dec 2014 18:22:24 +0000 (20:22 +0200)]
[rtp] Add new extractor (Closes #4382)

9 years agorelease 2014.12.12.7
Philipp Hagemeister [Fri, 12 Dec 2014 17:25:58 +0000 (18:25 +0100)]
release 2014.12.12.7

9 years agorelease 2014.12.12.6
Philipp Hagemeister [Fri, 12 Dec 2014 16:52:50 +0000 (17:52 +0100)]
release 2014.12.12.6

9 years ago[nowvideo] Add .li domain (Closes #4453)
Sergey M․ [Fri, 12 Dec 2014 16:44:16 +0000 (22:44 +0600)]
[nowvideo] Add .li domain (Closes #4453)

9 years agorelease 2014.12.12.5
Philipp Hagemeister [Fri, 12 Dec 2014 16:40:27 +0000 (17:40 +0100)]
release 2014.12.12.5

9 years ago[groupon] Add extractor (Fixes #4386)
Philipp Hagemeister [Fri, 12 Dec 2014 16:39:33 +0000 (17:39 +0100)]
[groupon] Add extractor (Fixes #4386)

9 years ago[ebaumsworld] Modernize
Philipp Hagemeister [Fri, 12 Dec 2014 16:24:05 +0000 (17:24 +0100)]
[ebaumsworld] Modernize

9 years agorelease 2014.12.12.4
Philipp Hagemeister [Fri, 12 Dec 2014 16:18:22 +0000 (17:18 +0100)]
release 2014.12.12.4

9 years ago[downloader/common] Do not use classic int division
Philipp Hagemeister [Fri, 12 Dec 2014 16:17:09 +0000 (17:17 +0100)]
[downloader/common] Do not use classic int division

9 years agoMerge remote-tracking branch 'SyxbEaEQ2/rate-limit'
Philipp Hagemeister [Fri, 12 Dec 2014 16:16:13 +0000 (17:16 +0100)]
Merge remote-tracking branch 'SyxbEaEQ2/rate-limit'

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Fri, 12 Dec 2014 16:12:25 +0000 (17:12 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years agoDeprecate --auto-number (Closes #2704)
Philipp Hagemeister [Fri, 12 Dec 2014 16:11:53 +0000 (17:11 +0100)]
Deprecate --auto-number (Closes #2704)

9 years ago[nbc] Fix extraction (Closes #4441)
Sergey M․ [Fri, 12 Dec 2014 16:10:32 +0000 (22:10 +0600)]
[nbc] Fix extraction (Closes #4441)

9 years agoRemove unused imports
Philipp Hagemeister [Fri, 12 Dec 2014 16:07:39 +0000 (17:07 +0100)]
Remove unused imports

9 years ago[test_unicode_literals] Fix test
Philipp Hagemeister [Fri, 12 Dec 2014 16:06:52 +0000 (17:06 +0100)]
[test_unicode_literals] Fix test

9 years agoDownload playlist items in reverse order
Mark Schreiber [Fri, 11 Jul 2014 03:11:11 +0000 (20:11 -0700)]
Download playlist items in reverse order

Series of videos are typically uploaded to YouTube playlists in
chronological order.  By default, these videos are downloaded
latest-to-earliest; this is great for seeing the latest videos in a
series, but prevents streaming video in the order that the videos were
produced.  Add an option to download videos in reverse order,
earliest-to-latest.

Conflicts:
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py

9 years agorelease 2014.12.12.3
Philipp Hagemeister [Fri, 12 Dec 2014 15:47:38 +0000 (16:47 +0100)]
release 2014.12.12.3

9 years ago[CONTRIBUTING.md] Remove the section about embedding; that is not applicable for...
Philipp Hagemeister [Fri, 12 Dec 2014 15:47:22 +0000 (16:47 +0100)]
[CONTRIBUTING.md] Remove the section about embedding; that is not applicable for youtube-dl contributors

9 years ago[Makefile] Add CONTRIBUTING.md (Fixes #2984)
Philipp Hagemeister [Fri, 12 Dec 2014 15:42:40 +0000 (16:42 +0100)]
[Makefile] Add CONTRIBUTING.md (Fixes #2984)

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Fri, 12 Dec 2014 15:41:12 +0000 (16:41 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years ago[README] More concise and nicer bug reporting instructions
Philipp Hagemeister [Fri, 12 Dec 2014 15:40:37 +0000 (16:40 +0100)]
[README] More concise and nicer bug reporting instructions

9 years ago[giantbomb] Add extractor (Closes #4432)
Sergey M․ [Fri, 12 Dec 2014 15:23:42 +0000 (21:23 +0600)]
[giantbomb] Add extractor (Closes #4432)

9 years agorelease 2014.12.12.2
Philipp Hagemeister [Fri, 12 Dec 2014 14:56:45 +0000 (15:56 +0100)]
release 2014.12.12.2

9 years ago[cnet] Update to new theplatform infrastructure (Fixes #2736)
Philipp Hagemeister [Fri, 12 Dec 2014 14:55:55 +0000 (15:55 +0100)]
[cnet] Update to new theplatform infrastructure (Fixes #2736)

9 years ago[goldenmoustache] Remove view count
Philipp Hagemeister [Fri, 12 Dec 2014 12:09:54 +0000 (13:09 +0100)]
[goldenmoustache] Remove view count

view count is not present anymore, so we can't extract it.

9 years ago[channel9] Do not return compat_list results anymore
Philipp Hagemeister [Fri, 12 Dec 2014 12:07:43 +0000 (13:07 +0100)]
[channel9] Do not return compat_list results anymore

9 years ago[helsinki] Fix extraction
Philipp Hagemeister [Fri, 12 Dec 2014 12:03:16 +0000 (13:03 +0100)]
[helsinki] Fix extraction

9 years ago[goshgay] Fix extraction
Philipp Hagemeister [Fri, 12 Dec 2014 11:55:13 +0000 (12:55 +0100)]
[goshgay] Fix extraction

9 years ago[goshgay] Modernize
Philipp Hagemeister [Fri, 12 Dec 2014 11:44:32 +0000 (12:44 +0100)]
[goshgay] Modernize

9 years ago[compat] Simplify kwarg detection code
Philipp Hagemeister [Fri, 12 Dec 2014 11:42:33 +0000 (12:42 +0100)]
[compat] Simplify kwarg detection code

This enables nuitka to compile youtube-dl.

9 years agoMerge remote-tracking branch 'grompe/patch-1'
Philipp Hagemeister [Fri, 12 Dec 2014 10:35:04 +0000 (11:35 +0100)]
Merge remote-tracking branch 'grompe/patch-1'

9 years agoRevert "[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)"
Philipp Hagemeister [Fri, 12 Dec 2014 10:33:55 +0000 (11:33 +0100)]
Revert "[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)"

This reverts commit 16040f46d64bad8dcc5f948288ef469dd787d3d3.

9 years ago[howstuffworks] Parse only once, but right (#4383)
Philipp Hagemeister [Fri, 12 Dec 2014 03:23:34 +0000 (04:23 +0100)]
[howstuffworks] Parse only once, but right (#4383)

9 years agoMerge remote-tracking branch 'Tithen-Firion/hsw-update'
Philipp Hagemeister [Fri, 12 Dec 2014 03:10:55 +0000 (04:10 +0100)]
Merge remote-tracking branch 'Tithen-Firion/hsw-update'

9 years agoRemove unused imports
Philipp Hagemeister [Fri, 12 Dec 2014 03:09:32 +0000 (04:09 +0100)]
Remove unused imports

9 years ago[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)
Philipp Hagemeister [Fri, 12 Dec 2014 03:01:08 +0000 (04:01 +0100)]
[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)

9 years agorelease 2014.12.12.1
Philipp Hagemeister [Fri, 12 Dec 2014 02:34:33 +0000 (03:34 +0100)]
release 2014.12.12.1

9 years ago[vine] Provide alt_title (Fixes #4448)
Philipp Hagemeister [Fri, 12 Dec 2014 02:34:28 +0000 (03:34 +0100)]
[vine] Provide alt_title (Fixes #4448)

9 years agorelease 2014.12.12
Philipp Hagemeister [Fri, 12 Dec 2014 02:02:56 +0000 (03:02 +0100)]
release 2014.12.12

9 years ago[vine] Modernize
Philipp Hagemeister [Fri, 12 Dec 2014 01:59:52 +0000 (02:59 +0100)]
[vine] Modernize

9 years ago[cinchcast] Add new extractor (Fixes #4428)
Philipp Hagemeister [Fri, 12 Dec 2014 01:57:36 +0000 (02:57 +0100)]
[cinchcast] Add new extractor (Fixes #4428)

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Fri, 12 Dec 2014 01:14:31 +0000 (02:14 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years ago[Makefile] remove *.info.json in clean target
Philipp Hagemeister [Fri, 12 Dec 2014 01:14:04 +0000 (02:14 +0100)]
[Makefile] remove *.info.json in clean target

9 years ago[screenwavemedia] Simplify (#3766)
Philipp Hagemeister [Fri, 12 Dec 2014 01:11:58 +0000 (02:11 +0100)]
[screenwavemedia] Simplify (#3766)

9 years ago[pornhd] Adapt to new sources scheme (Fixes #4446)
Philipp Hagemeister [Thu, 11 Dec 2014 22:50:25 +0000 (23:50 +0100)]
[pornhd] Adapt to new sources scheme (Fixes #4446)

9 years ago[mixcloud] Fix metadata extraction (fixes #4443)
Jaime Marquínez Ferrándiz [Thu, 11 Dec 2014 22:16:40 +0000 (23:16 +0100)]
[mixcloud] Fix metadata extraction (fixes #4443)

9 years agoMerge remote-tracking branch 'fstirlitz/master'
Philipp Hagemeister [Thu, 11 Dec 2014 16:11:25 +0000 (17:11 +0100)]
Merge remote-tracking branch 'fstirlitz/master'

9 years agorelease 2014.12.11
Philipp Hagemeister [Thu, 11 Dec 2014 16:08:31 +0000 (17:08 +0100)]
release 2014.12.11

9 years ago[zdf:channel] Simplify (#4427)
Philipp Hagemeister [Thu, 11 Dec 2014 16:07:59 +0000 (17:07 +0100)]
[zdf:channel] Simplify (#4427)

9 years agoMerge remote-tracking branch 'akretz/master'
Philipp Hagemeister [Thu, 11 Dec 2014 15:35:45 +0000 (16:35 +0100)]
Merge remote-tracking branch 'akretz/master'

9 years ago[youtube] Amend test
Philipp Hagemeister [Thu, 11 Dec 2014 15:34:37 +0000 (16:34 +0100)]
[youtube] Amend test

9 years ago[youtube] Do not warn if DASH manifest is missing (#4442)
Philipp Hagemeister [Thu, 11 Dec 2014 15:33:28 +0000 (16:33 +0100)]
[youtube] Do not warn if DASH manifest is missing (#4442)

9 years ago[youtube] Make category optional (#4442)
Philipp Hagemeister [Thu, 11 Dec 2014 15:32:33 +0000 (16:32 +0100)]
[youtube] Make category optional (#4442)

9 years agoMerge remote-tracking branch 'akretz/youtube_fix'
Philipp Hagemeister [Thu, 11 Dec 2014 15:28:10 +0000 (16:28 +0100)]
Merge remote-tracking branch 'akretz/youtube_fix'

9 years ago[youtube] Add test case for #4431
Philipp Hagemeister [Thu, 11 Dec 2014 15:28:07 +0000 (16:28 +0100)]
[youtube] Add test case for #4431

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Thu, 11 Dec 2014 15:23:01 +0000 (16:23 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years ago[tvplay] Don't raise an exception if `is_geo_blocked` is True
Naglis Jonaitis [Thu, 11 Dec 2014 15:07:50 +0000 (17:07 +0200)]
[tvplay] Don't raise an exception if `is_geo_blocked` is True

Videos which return `is_geo_blocked' to be True can actually be downloaded from
the country to which the video is restricted

9 years ago[youtube] The case that 'url_encoded_fmt_stream_map' or 'adaptive_fmts' is the empty...
Adrian Kretz [Wed, 10 Dec 2014 20:51:05 +0000 (21:51 +0100)]
[youtube] The case that 'url_encoded_fmt_stream_map' or 'adaptive_fmts' is the empty string is handled accordingly (fixes #4431)

9 years ago[ntv] Rename `flash_ver` to `flash_version` in the format dict
Naglis Jonaitis [Thu, 11 Dec 2014 14:58:45 +0000 (16:58 +0200)]
[ntv] Rename `flash_ver` to `flash_version` in the format dict

RTMP downloader uses `flash_version`

9 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Thu, 11 Dec 2014 14:27:54 +0000 (15:27 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

9 years ago[behindkink] Remove superfluous whitespace
Sergey M․ [Thu, 11 Dec 2014 14:09:52 +0000 (20:09 +0600)]
[behindkink] Remove superfluous whitespace

9 years ago[behindkink] Simplify
Sergey M․ [Thu, 11 Dec 2014 14:06:19 +0000 (20:06 +0600)]
[behindkink] Simplify

9 years agoMerge pull request #4440 from 5moufl/behindkink-fix
Sergey M. [Thu, 11 Dec 2014 13:58:31 +0000 (19:58 +0600)]
Merge pull request #4440 from 5moufl/behindkink-fix

[BehindKink] update

9 years ago[BehindKink] Replace test
5moufl [Thu, 11 Dec 2014 13:26:59 +0000 (14:26 +0100)]
[BehindKink] Replace test

Old one is not accessible anymore

9 years ago[BehindKink] Update URL extraction
5moufl [Thu, 11 Dec 2014 13:25:26 +0000 (14:25 +0100)]
[BehindKink] Update  URL extraction

9 years ago[utils] Add "yesterday" as a date keyword
Philipp Hagemeister [Thu, 11 Dec 2014 09:29:30 +0000 (10:29 +0100)]
[utils] Add "yesterday" as a date keyword

9 years ago[youtube] Fix imports
Philipp Hagemeister [Thu, 11 Dec 2014 09:08:17 +0000 (10:08 +0100)]
[youtube] Fix imports

9 years ago[zdf] Add support for channels
Adrian Kretz [Wed, 10 Dec 2014 16:29:03 +0000 (17:29 +0100)]
[zdf] Add support for channels

9 years ago[smotri:broadcast] Fix extraction
Sergey M․ [Wed, 10 Dec 2014 14:22:49 +0000 (20:22 +0600)]
[smotri:broadcast] Fix extraction

9 years agorelease 2014.12.10.3
Philipp Hagemeister [Wed, 10 Dec 2014 14:19:08 +0000 (15:19 +0100)]
release 2014.12.10.3

9 years ago[facebook] Make thumbnail and duration optional
Philipp Hagemeister [Wed, 10 Dec 2014 14:18:34 +0000 (15:18 +0100)]
[facebook] Make thumbnail and duration optional

Fixes #4425.
Looks like both properties aren't given to us anymore. For now, just fall back to not returning them.

9 years agorelease 2014.12.10.2
Philipp Hagemeister [Wed, 10 Dec 2014 13:39:06 +0000 (14:39 +0100)]
release 2014.12.10.2

9 years ago[youtube] Pass in all variables to DASH manifest (Fixes #4424)
Philipp Hagemeister [Wed, 10 Dec 2014 13:39:00 +0000 (14:39 +0100)]
[youtube] Pass in all variables to DASH manifest (Fixes #4424)

9 years agorelease 2014.12.10.1
Philipp Hagemeister [Wed, 10 Dec 2014 12:21:49 +0000 (13:21 +0100)]
release 2014.12.10.1

9 years ago[youtube] Handle missing DASH manifest (Fixes #4421, fixes #4420)
Philipp Hagemeister [Wed, 10 Dec 2014 12:21:24 +0000 (13:21 +0100)]
[youtube] Handle missing DASH manifest (Fixes #4421, fixes #4420)

9 years agorelease 2014.12.10
Philipp Hagemeister [Wed, 10 Dec 2014 11:21:40 +0000 (12:21 +0100)]
release 2014.12.10

9 years agoFix PEP8 issue E713
Jaime Marquínez Ferrándiz [Tue, 9 Dec 2014 22:11:26 +0000 (23:11 +0100)]
Fix PEP8 issue E713

9 years ago[bet] Add extractor (Closes #4416)
Sergey M․ [Tue, 9 Dec 2014 16:29:01 +0000 (22:29 +0600)]
[bet] Add extractor (Closes #4416)

9 years ago[extractor/common] Add generic SMIL formats extraction routine
Sergey M․ [Tue, 9 Dec 2014 16:28:28 +0000 (22:28 +0600)]
[extractor/common] Add generic SMIL formats extraction routine

9 years ago[extractor/common] Document ie_key in url results
Philipp Hagemeister [Tue, 9 Dec 2014 09:58:06 +0000 (10:58 +0100)]
[extractor/common] Document ie_key in url results