aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-11In the supported sites page, sort the extractors in case insensitiveJaime Marquínez Ferrándiz
2013-09-11release 2013.11.092013.11.09Philipp Hagemeister
2013-09-11[youtube] update algo for length 85 (fixes #1408 and fixes #1406)Jaime Marquínez Ferrándiz
2013-09-10[francetv] Add an extractor for francetvinfo.fr (closes #1317)Jaime Marquínez Ferrándiz
It uses the same system as Pluzz, create a base class for both extractors.
2013-09-10Merge pull request #1402 from Rudloff/canalc2Philipp Hagemeister
Wrong property name
2013-09-10Wrong property namePierre Rudloff
2013-09-10Add an extractor for pluzz.francetv.fr (closes PR #1399)Pierre Rudloff
2013-09-10release 2013.09.102013.09.10Philipp Hagemeister
2013-09-10Add an extractor for Slideshare (closes #1400)Jaime Marquínez Ferrándiz
2013-09-09[sohu] add support for my.tv.sohu.com urls (fixes #1398)Jaime Marquínez Ferrándiz
2013-09-09Fix the minutes part in FileDownloader.format_seconds (fixed #1397)Jaime Marquínez Ferrándiz
It printed for the minutes the result of (seconds // 60)
2013-09-09[youtube] Modify the regex to match ids of length 11 (fixes #1396)Jaime Marquínez Ferrándiz
In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
2013-09-08Revert "[youtube] Fix detection of tags from HLS videos."Jaime Marquínez Ferrándiz
They have undo the change This reverts commit 0638ad9999e7c374b253d0e13f4e3a20ef0b1171.
2013-09-07release 2013.09.072013.09.07Philipp Hagemeister
2013-09-07Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-09-06[generic] If the url doesn't specify the protocol, then try to extract ↵Jaime Marquínez Ferrándiz
prepending 'http://'
2013-09-06[daylimotion] accept embed urls (fixes #1386)Jaime Marquínez Ferrándiz
2013-09-06Add an extractor for MetacriticJaime Marquínez Ferrándiz
2013-09-06[youtube] Fix some issues with the detection of playlist/channel urls ↵Jaime Marquínez Ferrándiz
(reported in #1374) They were being caught by YoutubeUserIE, now it only extracts a url if the rest of extractors aren't suitable. Now the url tests check that the urls can only be extracted with an specific extractor.
2013-09-06[youtube] Fix detection of feeds urls (fixes #1294)Jaime Marquínez Ferrándiz
Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
2013-09-06Fix add-versionsPhilipp Hagemeister
2013-09-06release 2013.09.06.12013.09.06.1Philipp Hagemeister
2013-09-06Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-09-06Do not re-download files for hashsum generation (Fixes #1383)Philipp Hagemeister
2013-09-06[youtube] Users: download from the api in json to simplify extraction (fixes ↵Jaime Marquínez Ferrándiz
#1358) There could be duplicate videos or other videos if the description have links.
2013-09-06[youtube] Fix detection of tags from HLS videos.Jaime Marquínez Ferrándiz
2013-09-06release 2013.09.062013.09.06Philipp Hagemeister
2013-09-06Merge pull request #1378 from patrickslin/patch-6Jaime Marquínez Ferrándiz
Vevo sig changed again, please update for us! Thanks very much! (fixes #...
2013-09-05Vevo sig changed again, please update for us! Thanks very much! (fixes #1375)patrickslin
2013-09-05[youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)Jaime Marquínez Ferrándiz
Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
2013-09-05release 2013.09.052013.09.05Philipp Hagemeister
2013-09-05[youtube] Playlists: extract the videos id from ↵Jaime Marquínez Ferrándiz
['media$group']['yt$videoid'] (fixes #1374) 'media$player' is not defined for private videos.
2013-09-05[generic] Recognize html5 video in the format '<video src=".+?"' and only ↵Jaime Marquínez Ferrándiz
unquote the url when extracting the id (fixes #1372)
2013-09-05Add extractor for tvcast.naver.com (closes #1331)Jaime Marquínez Ferrándiz
2013-09-05[daum] Get the video page from a canonical url to extract the full id (fixes ↵Jaime Marquínez Ferrándiz
#1373) and extract description.
2013-09-04Credit @Huarong for tv.sohu.comJaime Marquínez Ferrándiz
2013-09-04Add extractor for daum.net (closes #1330)Jaime Marquínez Ferrándiz
2013-09-04release 2013.09.042013.09.04Philipp Hagemeister
2013-09-03Merge pull request #1341 from xanadu/masterPhilipp Hagemeister
add support for "-f mp4" for YouTube
2013-09-03AHLS -> Apple HTTP Live StreamingAllan Zhou
2013-09-03Merge pull request #1363 from Rudloff/defensePhilipp Hagemeister
defense.gouv.fr
2013-09-03Merge remote-tracking branch 'upstream/master'Allan Zhou
2013-09-03Suggested by @phihagPierre Rudloff
2013-09-03[orf] Remove the test video, they seem to expire in one weekJaime Marquínez Ferrándiz
2013-09-03[dailymotion] improve the regex for extracting the video infoJaime Marquínez Ferrándiz
2013-09-03[vimeo] Handle Assertions Error when trying to get the descriptionJaime Marquínez Ferrándiz
In some pages the html tags are not closed, python 2.6 cannot handle it.
2013-09-03[vimeo] add support for videos that embed the download url in the player ↵Jaime Marquínez Ferrándiz
page (fixes #1364)
2013-09-03Extractor for defense.gouv.frPierre Rudloff
2013-09-03Merge remote-tracking branch 'upstream/master'Pierre Rudloff
2013-09-02Add an extractor for VeeHD (closes #1359)Jaime Marquínez Ferrándiz