Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-24 | Merge pull request #1114 from alexvh/traileraddict_hd | Jaime Marquínez Ferrándiz | |
[traileraddict] Obtain hd quality stream if available Updated md5 checksum of the test video. | |||
2013-07-24 | [traileraddict]: Support clips urls and more trailer urls | Jaime Marquínez Ferrándiz | |
2013-07-24 | Merge pull request #1113 from alexvh/master | Jaime Marquínez Ferrándiz | |
[traileraddict] Allow all types of trailer URLs | |||
2013-07-24 | release 2013.07.242013.07.24 | Philipp Hagemeister | |
2013-07-24 | YoutubeIE: new algo for length 87 (fixes #1105) | patrickslin | |
Squashed commit from the pull requests #1107, #1109 and #1110. | |||
2013-07-24 | [traileraddict] Obtain hd quality stream if available | Alex Van't Hof | |
No clear method for determining if hd is available so opted to just check for presence of hd toggle function. | |||
2013-07-24 | [traileraddict] Allow all types of trailer URLs | Alex Van't Hof | |
Valid url regex for traileraddict.com is too strict. Need to allow, e.g. theatrical-trailer, teaser-trailer, feature-read-band-trailer, etc. | |||
2013-07-23 | release 2013.07.23.12013.07.23.1 | Philipp Hagemeister | |
2013-07-23 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-07-23 | [soundcloud] Support URLs with a slash at the end (Fixes #1104) | Philipp Hagemeister | |
2013-07-23 | YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajax | Jaime Marquínez Ferrándiz | |
It wasn't detecting when there aren't more videos | |||
2013-07-23 | Mark WatIE and TF1IE as broken (related #1103) | Jaime Marquínez Ferrándiz | |
2013-07-23 | CollegeHumorIE: support Youtube videos and embed urls (fixes #1094) | Jaime Marquínez Ferrándiz | |
2013-07-23 | release 2013.07.232013.07.23 | Philipp Hagemeister | |
2013-07-23 | Fix BreakIE | Jaime Marquínez Ferrándiz | |
Also detect videos that come from Youtube | |||
2013-07-23 | Fix CollegHumorIE | Jaime Marquínez Ferrándiz | |
Now it downloads the video over http in one file, it doesn't downloads in fragments Added a test and use the methods in InfoExtractor for downloading webpages | |||
2013-07-21 | ComedyCentralIE: support the extended interviews urls (fixes #1079) | Jaime Marquínez Ferrándiz | |
2013-07-20 | [youtube] Add an extractor for Youtube recommended videos (":ytrec" keyword) ↵ | Jaime Marquínez Ferrándiz | |
(closes #476) The new extractor and YoutubeSubscriptionsIE are subclasses of YoutubeFeedsInfoExtractor, which allows to fetch videos from http://www.youtube.com/feed_ajax | |||
2013-07-20 | [exfm] Add IE_* descriptions | Philipp Hagemeister | |
2013-07-20 | Merge remote-tracking branch 'yasoob/master' | Philipp Hagemeister | |
2013-07-19 | release 2013.07.192013.07.19 | Philipp Hagemeister | |
2013-07-19 | WeiboIE: extract the player urls from a json webpage | Jaime Marquínez Ferrándiz | |
Also extract a Sina url that doesn't require to follow a redirection. | |||
2013-07-19 | YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin | Jaime Marquínez Ferrándiz | |
2013-07-19 | TEDIE: fix the title extraction | Jaime Marquínez Ferrándiz | |
2013-07-19 | Add WeiboIE (closes #1039) | Jaime Marquínez Ferrándiz | |
It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls. | |||
2013-07-19 | Add an extractor for 56.com (related #1039) | Jaime Marquínez Ferrándiz | |
2013-07-18 | Add SinaIE (related #1039): extractor for video.sina.com.cn | Jaime Marquínez Ferrándiz | |
2013-07-18 | InstagramIE: fix the extraction of the uploader_id and the title | Jaime Marquínez Ferrándiz | |
The page title is now 'Instagram', so we build it. Also extract the description | |||
2013-07-18 | Hint that --update may need sudo | Philipp Hagemeister | |
2013-07-18 | release 2013.07.182013.07.18 | Philipp Hagemeister | |
2013-07-18 | Remove the test to signature of lengths 43,43 | Jaime Marquínez Ferrándiz | |
It's already covered by the test for length 87 | |||
2013-07-18 | YoutubeIE: add algo for length 90 (closes #1064) | Jaime Marquínez Ferrándiz | |
Order the cases from higher to lower length. | |||
2013-07-18 | Merge pull request #1068 from MiLk/genalgo-youtube-92 | Jaime Marquínez Ferrándiz | |
[youtube] Add generator for signature 92 | |||
2013-07-18 | forgot to import json json | M.Yasoob Khalid | |
2013-07-18 | removed some unnecessary imports | M.Yasoob Khalid | |
2013-07-18 | corrected a typo and added myself to travis notifications. | M.Yasoob Khalid | |
2013-07-18 | added test for ex.fm | M.Yasoob Khalid | |
2013-07-18 | added an IE for ex.fm | M.Yasoob Khalid | |
2013-07-17 | [youtube] Add generator for signature 92 | Emilien Kenler | |
2013-07-17 | Add CondeNastIE | Jaime Marquínez Ferrándiz | |
It supports some of the websites of the Condé Nast group: WIRED, GQ, Vogue, Glamour, W Magazine and Vanity Fair. | |||
2013-07-17 | YoutubeIE: some encrypted signatures have more than two parts, print the ↵ | Jaime Marquínez Ferrándiz | |
size of all the parts | |||
2013-07-17 | release 2013.07.17.12013.07.17.1 | Philipp Hagemeister | |
2013-07-17 | [thisav] add a test for video MD5 | Philipp Hagemeister | |
2013-07-17 | [thisav] Add IE (Fixes #1056) | Philipp Hagemeister | |
2013-07-17 | [youtube] Add code for signature 92 (Closes #1060) | Philipp Hagemeister | |
2013-07-17 | Mark test_youtube_sig as non-executable (#1066) | Philipp Hagemeister | |
2013-07-17 | Revert "[youtube] improved decrypt_signature, closes #1060" | Philipp Hagemeister | |
This reverts commit fe6fad124207979c7d656ceef1ab95c29dc14ac6 and closes #1066. | |||
2013-07-17 | [metacafe] Fix test | Philipp Hagemeister | |
2013-07-17 | [metacafe] New result format | Philipp Hagemeister | |
2013-07-17 | [metacafe] Extract description | Philipp Hagemeister | |