Jaime Marquínez Ferrándiz
331ae266ff
[npo] Add extractor ( closes #3145 )
2014-06-26 20:30:44 +02:00
Jaime Marquínez Ferrándiz
78338f71ca
[livestream:original] Add support for folder urls ( closes #2631 )
...
The webpage only contains shortened links for the videos, since the server
doesn't support HEAD requests, we use an specific extractor for them.
2014-06-26 16:34:36 +02:00
Jaime Marquínez Ferrándiz
c5cd249e41
[generic] Extract mtvservices embedded videos
2014-06-22 21:39:36 +02:00
Jaime Marquínez Ferrándiz
8940c1c058
[mtv] Add an extractor for the mtvservices embedded player ( closes #2995 )
2014-06-22 21:39:27 +02:00
Jaime Marquínez Ferrándiz
c26e9ac4b2
[youtube] Recognize signature functions that contain '$' ( fixes #3104 )
2014-06-19 16:42:49 +02:00
Jaime Marquínez Ferrándiz
35eacd0dae
[brightcove] Set the filesize of the formats and use _sort_formats
2014-06-15 11:37:39 +02:00
Jaime Marquínez Ferrándiz
96bef88f5f
[brightcove] Modernize some tests
2014-06-15 11:24:05 +02:00
Jaime Marquínez Ferrándiz
5524b242a7
[brightcove] Add support for renditions with 'remote' set to True ( fixes #3081 )
...
The url needs to be modified to get the flv video.
2014-06-15 11:20:40 +02:00
Jaime Marquínez Ferrándiz
a013eba65f
[brightcove] Improve the 'experienceJSON' regex ( #3081 )
...
One of the strings may contain ';', we would get an invalid json string.
2014-06-15 11:08:24 +02:00
Jaime Marquínez Ferrándiz
23566e0d78
rtmp and hls downloaders: Clarify error message when the external tools are not installed
...
Ask to install them, as we do in the postprocessor.
We get some reports with it, like #3061 or #3048 .
2014-06-09 20:23:20 +02:00
Jaime Marquínez Ferrándiz
24577db241
[test/test_youtube_lists] Replace mix list
...
The old video doesn't have a mix anymore.
2014-06-07 13:43:27 +02:00
Jaime Marquínez Ferrándiz
566bd96da8
[teachingchannel] Add extractor ( closes #3048 )
2014-06-07 13:11:04 +02:00
Jaime Marquínez Ferrándiz
24da5893fc
[naver] Modernize
2014-06-06 14:57:37 +02:00
Jaime Marquínez Ferrándiz
087ca2cb07
[naver] Add rtmp formats ( fixes #3054 )
2014-06-06 14:55:19 +02:00
Jaime Marquínez Ferrándiz
70e322695d
[youtube:playlist] Fix mixes extraction ( fixes #3051 )
...
The username seems to be empty now.
2014-06-05 21:23:27 +02:00
Jaime Marquínez Ferrándiz
6a3fa81ffb
[ard] Fix format extraction ( fixes #3006 and #3032 )
2014-06-03 21:56:49 +02:00
Jaime Marquínez Ferrándiz
9168308579
[vevo] The title in the url is optional ( fixes #3020 )
2014-05-31 17:55:03 +02:00
Jaime Marquínez Ferrándiz
7e8fdb1aae
[fc2] Recognize urls without language part (reported in #1154 )
2014-05-31 14:45:46 +02:00
Jaime Marquínez Ferrándiz
386ba39cac
[fc2] Encode the string used for the md5 checksum
...
In python 3 it must be a bytes object.
2014-05-31 14:40:05 +02:00
Jaime Marquínez Ferrándiz
ed86f38a11
[theplatform] Use unicode_literals and _download_json
2014-05-30 21:10:48 +02:00
Jaime Marquínez Ferrándiz
6db80ad2db
[comedycentralshows] Transform the rtmp urls so that rtmpdump can download them ( fixes #3010 )
...
From 'rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/*' to 'rtmpe://viacommtvstrmfs.fplive.net:1935/viacommtvstrm/gsp.comedystor/*'
2014-05-30 20:59:15 +02:00
Jaime Marquínez Ferrándiz
87fe568c28
[nbcnews] Add support for /feature/* pages ( closes #3007 )
2014-05-30 00:38:57 +02:00
Jaime Marquínez Ferrándiz
76e92371ac
[youtube] Recognize a second format of the upload_date in the 'watch-uploader-info' element ( #2911 )
2014-05-16 22:12:52 +02:00
Jaime Marquínez Ferrándiz
08af0205f9
Merge remote-tracking branch 'codesparkle/fix-photobucket-url' ( closes #2934 )
...
Fix photobucket url extraction
2014-05-16 20:44:52 +02:00
Jaime Marquínez Ferrándiz
05ee2b6dad
[youtube] Fix extraction of the feed 'paging' values ( fixes #2925 )
2014-05-16 16:01:13 +02:00
Jaime Marquínez Ferrándiz
01ed5c9be3
[youtube] Fix typo
2014-05-15 13:43:29 +02:00
Jaime Marquínez Ferrándiz
dffcc2ea0c
Makefile: write the manpage to the right file and use the processed markdown document
2014-05-13 14:37:05 +02:00
Jaime Marquínez Ferrándiz
e399853d0c
[youtube:playlist] Improve detection of private lists ( #2840 )
2014-05-12 07:59:33 +02:00
Jaime Marquínez Ferrándiz
b7d73595dc
Allow recoding the video to mkv
2014-05-10 15:09:56 +02:00
Jaime Marquínez Ferrándiz
4f3e943080
[vimeo] Some modernization and style fixes
2014-05-04 22:27:56 +02:00
Jaime Marquínez Ferrándiz
7558830fa3
[vimeo] Fix description extraction
2014-05-04 21:48:08 +02:00
Jaime Marquínez Ferrándiz
10c0e2d818
[youtube:playlist] Raise an error if the list doesn't exist or is private ( closes #2840 )
2014-05-01 15:40:35 +02:00
Jaime Marquínez Ferrándiz
57b8d84cd9
[5min] Raise an error if the 'success' field is False
...
For example for georestricted videos.
2014-04-29 14:57:38 +02:00
Jaime Marquínez Ferrándiz
aa92f06308
[youtube] Don't call 'unquote_plus' on the video title ( fixes #2799 )
...
It's already unquoted after calling 'compat_parse_qs'.
It replaced '+' with spaces, for example in https://www.youtube.com/watch?v=XC0b5YexO-I .
2014-04-25 13:19:03 +02:00
Jaime Marquínez Ferrándiz
e00c9cf599
[youtube] Update test description field
2014-04-25 13:14:15 +02:00
Jaime Marquínez Ferrándiz
ba60a3ebe0
[youtube] Update test description field
2014-04-25 12:57:04 +02:00
Jaime Marquínez Ferrándiz
efb7e11988
[vimeo] Add an extractor for the watch later list ( closes #2787 )
2014-04-24 21:51:20 +02:00
Jaime Marquínez Ferrándiz
a980bc4324
[vimeo] Fix logging in python 3.x
...
The POST data must be a bytes object.
2014-04-24 14:44:27 +02:00
Jaime Marquínez Ferrándiz
f270256e06
[tlc] Add an extractor for tlc.com
...
It uses the same system as discovery.com
2014-04-16 20:29:31 +02:00
Jaime Marquínez Ferrándiz
f401c6f69f
[canalplus] Download the video in the test
...
It doesn't use rtmpdump now.
2014-04-16 15:54:00 +02:00
Jaime Marquínez Ferrándiz
3d1bb6b4dd
Add an extractor for tlc.de ( fixes #2748 )
2014-04-16 15:45:05 +02:00
Jaime Marquínez Ferrándiz
8f5c0218d8
[fivemin] Get the 'sid' from the embed page ( fixes #2745 )
...
It allows to download some videos that failed.
2014-04-15 16:18:37 +02:00
Jaime Marquínez Ferrándiz
2d4c98dbd1
[ted] Use the rtmp links if there http downloads are not available.
2014-04-14 15:23:12 +02:00
Jaime Marquínez Ferrándiz
77477fa4c9
Merge branch 'atomicparsley' ( closes #2436 )
2014-04-12 15:52:42 +02:00
Jaime Marquínez Ferrándiz
a169e18ce1
[atomicparsley] Remove unneeded __init__ method
2014-04-12 15:51:40 +02:00
Jaime Marquínez Ferrándiz
381640e3ac
[brightcove] Only use url from meta element if it has the 'playerKey' field ( fixes #2738 )
2014-04-12 12:53:48 +02:00
Jaime Marquínez Ferrándiz
97b5196960
[weibo] Modernize
2014-04-11 16:02:34 +02:00
Jaime Marquínez Ferrándiz
62749e4708
[morningstar] Also support 'Cover' ( #2729 )
2014-04-09 20:51:28 +02:00
Jaime Marquínez Ferrándiz
6b7dee4b38
[morningstar] Recognize urls that use 'videoCenter' ( fixes #2729 )
2014-04-09 20:45:49 +02:00
Jaime Marquínez Ferrándiz
91a6addeeb
Add support for rtve.es/alacarta
2014-04-07 17:30:32 +02:00
Jaime Marquínez Ferrándiz
659eb98a53
[breakcom] Fix YouTube videos extraction ( fixes #2699 )
2014-04-04 19:01:18 +02:00
Jaime Marquínez Ferrándiz
43df5a7e71
[keezmovies] Modernize
2014-04-04 18:52:43 +02:00
Jaime Marquínez Ferrándiz
88f1c6de7b
[yahoo] Modernize
2014-04-04 18:52:43 +02:00
Jaime Marquínez Ferrándiz
e3ced9ed61
[downloader/common] Use compat_str with the error in try_rename (appeared in #2389 )
...
Otherwise on python 2.x we get `UnicodeDecodeError` because it may contain non ascii characters.
2014-04-04 14:59:11 +02:00
Jaime Marquínez Ferrándiz
983af2600f
[wimp] Detect youtube videos ( fixes #2686 )
2014-04-03 20:44:51 +02:00
Jaime Marquínez Ferrándiz
e45d40b171
[youtube:subscriptions] Add space to the description
2014-04-03 15:13:52 +02:00
Jaime Marquínez Ferrándiz
b900e7cba4
[downloader/f4m] Close the final video
2014-04-03 13:35:07 +02:00
Jaime Marquínez Ferrándiz
14cb4979f0
MANIFEST.in: Only list the files from the docs folder that will be included ( closes #2623 )
...
Pruning the _build folder produced the message `no previously-included directories found matching 'docs/_build'` when installing from the source distribution.
2014-04-03 13:26:27 +02:00
Jaime Marquínez Ferrándiz
f6177462db
[youtube] feeds: Also look for the html in the 'content_html' field ( fixes #2671 )
2014-04-02 14:13:08 +02:00
Jaime Marquínez Ferrándiz
9ddaf4ef8c
[comedycentral] Change XPath .//guid to ./guid ( fixes #2668 )
...
It fails to find the element in python 2.6 and it's not required, the
element is a direct child of the item node.
2014-04-01 21:38:07 +02:00
Jaime Marquínez Ferrándiz
97b5573848
[comedycentral] Update test title for 34cbc7ee8d
2014-04-01 21:29:40 +02:00
Jaime Marquínez Ferrándiz
18c95c1ab0
[rutube] Use _download_json
2014-04-01 20:30:22 +02:00
Jaime Marquínez Ferrándiz
e79162558e
[wat] Modernize
2014-03-29 15:15:16 +01:00
Jaime Marquínez Ferrándiz
2da67107ee
[tf1] Modernize
2014-03-29 15:05:15 +01:00
Jaime Marquínez Ferrándiz
2ff7f8975e
[nba] Modernize
2014-03-29 14:57:48 +01:00
Jaime Marquínez Ferrándiz
87a2566048
[metacritic] Modernize test
2014-03-29 14:57:48 +01:00
Jaime Marquínez Ferrándiz
986f56736b
[roxwel] Modernize
2014-03-29 14:57:44 +01:00
Jaime Marquínez Ferrándiz
2583a0308b
[huffpost] Modernize test
2014-03-29 14:35:45 +01:00
Jaime Marquínez Ferrándiz
40c716d2a2
[ign] Modernize
2014-03-29 14:34:03 +01:00
Jaime Marquínez Ferrándiz
79bfd01001
[kickstarter] Fix extraction, extract more info and modernize
2014-03-29 14:22:28 +01:00
Jaime Marquínez Ferrándiz
f2bcdd8e02
[discovery] modernize
2014-03-29 14:22:27 +01:00
Jaime Marquínez Ferrándiz
7e70ac36b3
[bloomberg] Fix extraction ( fixes #2154 )
...
Stop using the OoyalaIE, extract the f4m url instead.
2014-03-29 11:55:12 +01:00
Jaime Marquínez Ferrándiz
d26ebe990f
[ehow] Modernize
2014-03-27 21:23:02 +01:00
Jaime Marquínez Ferrándiz
28acf5500a
[appletrailers] Modernize
2014-03-27 21:10:51 +01:00
Jaime Marquínez Ferrándiz
214c22c704
[niconico] Modernize
2014-03-27 21:01:09 +01:00
Jaime Marquínez Ferrándiz
98acdc895b
Merge remote-tracking branch 'dstftw/download-referer-header' ( closes #2628 )
2014-03-26 15:20:11 +01:00
Jaime Marquínez Ferrándiz
bd3b5b8b10
[slashdot] Remove extractor
...
The generic ooyala detection works fine.
2014-03-26 15:09:14 +01:00
Jaime Marquínez Ferrándiz
9a90636805
[vice] Remove extractor
...
The generic ooyala detection works fine.
2014-03-26 15:03:34 +01:00
Jaime Marquínez Ferrándiz
2c8a4ba6b5
Makefile: include the docs in the tarball
2014-03-26 12:01:08 +01:00
Jaime Marquínez Ferrándiz
b2799ff96d
[arte] Fix videos.arte.tv extraction
2014-03-24 22:38:51 +01:00
Jaime Marquínez Ferrándiz
7e2ede9891
[generic] Run TED detection before JW Player detection
...
Otherwise it overwrittes the `mobj` variable.
2014-03-22 10:20:44 +01:00
Jaime Marquínez Ferrándiz
0f2a2ba14b
Merge remote-tracking branch 'dstftw/generic-webpage-unescape'
...
Conflicts:
youtube_dl/extractor/generic.py
2014-03-21 22:14:24 +01:00
Jaime Marquínez Ferrándiz
e24b5a8610
[ooyala] Modernize
2014-03-21 21:55:51 +01:00
Jaime Marquínez Ferrándiz
750f9020ae
[generic] Recognize more Ooyala embedded videos ( #2569 )
2014-03-21 21:51:33 +01:00
Jaime Marquínez Ferrándiz
f82863851e
Add an extractor for on.aol.com
2014-03-21 19:54:44 +01:00
Jaime Marquínez Ferrándiz
933a5b3792
Add extractor for Engadget and 5min ( closes #2465 )
...
engadget.com uses the generic 5min.com service.
2014-03-21 19:13:46 +01:00
Jaime Marquínez Ferrándiz
6f13b055f1
[cspan] Fix typo in a comment
2014-03-21 08:01:20 +01:00
Jaime Marquínez Ferrándiz
39a743fb9b
[arte] Modernize tests and fix _VALID_REGEX
2014-03-20 09:14:43 +01:00
Jaime Marquínez Ferrándiz
4966a0b22d
[arte] Add extractor for concert.arte.tv ( closes #2588 )
2014-03-20 09:11:47 +01:00
Jaime Marquínez Ferrándiz
ecbe1ad207
[generic] Fix access to removed function in python 3.4
...
The `Request.get_origin_req_host` method was deprecated in 3.3, use the
`origin_req_host` property if it's not available, see http://docs.python.org/3.3/library/urllib.request.html#urllib.request.Request.get_origin_req_host .
2014-03-17 21:59:21 +01:00
Jaime Marquínez Ferrándiz
b6c1ceccc2
[ted] Add 'http://' to the thumbnail url if it's missing
2014-03-16 11:24:11 +01:00
Jaime Marquínez Ferrándiz
4056ad8f36
Build and upload universal wheels to pypi
2014-03-16 10:22:41 +01:00
Jaime Marquínez Ferrándiz
685052fc7b
Add initial sphinx docs
...
With an initial guide for using youtube_dl from python programs.
2014-03-15 19:08:09 +01:00
Jaime Marquínez Ferrándiz
bc6d597828
Add bestvideo and worstvideo to special format names ( #2163 )
2014-03-14 17:01:47 +01:00
Jaime Marquínez Ferrándiz
b1ff87224c
[vimeo] Now VimeoIE doesn't match urls of channels with a numeric id ( fixes #2552 )
2014-03-12 14:23:06 +01:00
Jaime Marquínez Ferrándiz
a0792b738e
Don't install the global url opener
...
All the code uses now the urlopen method of YoutubeDL
2014-03-10 19:04:51 +01:00
Jaime Marquínez Ferrándiz
19a41fc613
Don't set the global socket timeout
...
Use the timeout argument of the `OpenerDirector.open` method instead
2014-03-10 19:03:37 +01:00
Jaime Marquínez Ferrándiz
4126826b10
[photobucket] More unicode literals
2014-03-10 12:59:19 +01:00
Jaime Marquínez Ferrándiz
90f3476180
[photobucket] Modernize and remove the old extraction code
2014-03-09 19:36:46 +01:00
Jaime Marquínez Ferrándiz
ee95c09333
[pornhub] Use compat_urllib_parse.unquote_plus ( #2531 )
2014-03-09 19:16:25 +01:00