summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2013.09.10 2013.09.10Philipp Hagemeister2013-09-101-1/+1
|
* Add an extractor for Slideshare (closes #1400)Jaime Marquínez Ferrándiz2013-09-102-0/+48
|
* [sohu] add support for my.tv.sohu.com urls (fixes #1398)Jaime Marquínez Ferrándiz2013-09-091-6/+10
|
* Fix the minutes part in FileDownloader.format_seconds (fixed #1397)Jaime Marquínez Ferrándiz2013-09-091-1/+1
| | | | It printed for the minutes the result of (seconds // 60)
* [youtube] Modify the regex to match ids of length 11 (fixes #1396)Jaime Marquínez Ferrándiz2013-09-092-5/+8
| | | | In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
* Revert "[youtube] Fix detection of tags from HLS videos."Jaime Marquínez Ferrándiz2013-09-081-1/+1
| | | | | | They have undo the change This reverts commit 0638ad9999e7c374b253d0e13f4e3a20ef0b1171.
* release 2013.09.07 2013.09.07Philipp Hagemeister2013-09-071-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-09-076-15/+92
|\
| * [generic] If the url doesn't specify the protocol, then try to extract ↵Jaime Marquínez Ferrándiz2013-09-061-0/+5
| | | | | | | | prepending 'http://'
| * [daylimotion] accept embed urls (fixes #1386)Jaime Marquínez Ferrándiz2013-09-061-1/+2
| |
| * Add an extractor for MetacriticJaime Marquínez Ferrándiz2013-09-062-0/+56
| |
| * [youtube] Fix some issues with the detection of playlist/channel urls ↵Jaime Marquínez Ferrándiz2013-09-062-13/+22
| | | | | | | | | | | | | | (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.
| * [youtube] Fix detection of feeds urls (fixes #1294)Jaime Marquínez Ferrándiz2013-09-062-2/+8
| | | | | | | | Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
* | Fix add-versionsPhilipp Hagemeister2013-09-061-1/+3
|/
* release 2013.09.06.1 2013.09.06.1Philipp Hagemeister2013-09-061-1/+1
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-09-061-7/+8
|\
| * [youtube] Users: download from the api in json to simplify extraction (fixes ↵Jaime Marquínez Ferrándiz2013-09-061-7/+8
| | | | | | | | | | | | #1358) There could be duplicate videos or other videos if the description have links.
* | Do not re-download files for hashsum generation (Fixes #1383)Philipp Hagemeister2013-09-061-3/+6
|/
* [youtube] Fix detection of tags from HLS videos.Jaime Marquínez Ferrándiz2013-09-061-1/+1
|
* release 2013.09.06 2013.09.06Philipp Hagemeister2013-09-061-1/+1
|
* Merge pull request #1378 from patrickslin/patch-6Jaime Marquínez Ferrándiz2013-09-062-3/+3
|\ | | | | | | Vevo sig changed again, please update for us! Thanks very much! (fixes #...
| * Vevo sig changed again, please update for us! Thanks very much! (fixes #1375)patrickslin2013-09-051-1/+1
|/
* [youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)Jaime Marquínez Ferrándiz2013-09-052-12/+29
| | | | Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
* release 2013.09.05 2013.09.05Philipp Hagemeister2013-09-051-1/+1
|
* [youtube] Playlists: extract the videos id from ↵Jaime Marquínez Ferrándiz2013-09-051-2/+5
| | | | | | ['media$group']['yt$videoid'] (fixes #1374) 'media$player' is not defined for private videos.
* [generic] Recognize html5 video in the format '<video src=".+?"' and only ↵Jaime Marquínez Ferrándiz2013-09-051-3/+3
| | | | unquote the url when extracting the id (fixes #1372)
* Add extractor for tvcast.naver.com (closes #1331)Jaime Marquínez Ferrándiz2013-09-052-0/+74
|
* [daum] Get the video page from a canonical url to extract the full id (fixes ↵Jaime Marquínez Ferrándiz2013-09-051-1/+4
| | | | #1373) and extract description.
* Credit @Huarong for tv.sohu.comJaime Marquínez Ferrándiz2013-09-041-0/+1
|
* Add extractor for daum.net (closes #1330)Jaime Marquínez Ferrándiz2013-09-042-0/+72
|
* release 2013.09.04 2013.09.04Philipp Hagemeister2013-09-042-2/+3
|
* Merge pull request #1341 from xanadu/masterPhilipp Hagemeister2013-09-032-8/+31
|\ | | | | add support for "-f mp4" for YouTube
| * AHLS -> Apple HTTP Live StreamingAllan Zhou2013-09-031-3/+3
| |
| * Merge remote-tracking branch 'upstream/master'Allan Zhou2013-09-038-26/+131
| |\
| * \ Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-3012-28/+101
| |\ \
| * | | add support for "-f mp4" for YouTubeAllan Zhou2013-08-302-8/+31
| | | |
| * | | Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-281-1/+1
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-2826-78/+989
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-2610-18/+127
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-2314-136/+382
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-225-28/+33
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-227-9/+153
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-216-28/+45
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-216-27/+72
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge pull request #1363 from Rudloff/defensePhilipp Hagemeister2013-09-032-0/+40
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | defense.gouv.fr
| * | | | | | | | | | | Suggested by @phihagPierre Rudloff2013-09-031-6/+8
| | | | | | | | | | | |
| * | | | | | | | | | | Extractor for defense.gouv.frPierre Rudloff2013-09-032-0/+38
| | | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Pierre Rudloff2013-09-035-1/+92
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Pierre Rudloff2013-08-3124-54/+557
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Pierre Rudloff2013-08-281-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \