summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.09.22.1 2014.09.22.1Philipp Hagemeister2014-09-221-1/+1
|
* [sbs] Recognize urls with format 'http://www.sbs.com.au/ondemand/video/<id>' ↵Jaime Marquínez Ferrándiz2014-09-221-1/+5
| | | | (#3811)
* [playfm] Fix view count and add comment countSergey M․2014-09-221-1/+5
|
* release 2014.09.22 2014.09.22Philipp Hagemeister2014-09-221-1/+1
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-09-226-26/+73
|\
| * [npo] Add extractor for tegenlicht.vpro.nl (closes #3778)Jaime Marquínez Ferrándiz2014-09-212-1/+34
| |
| * [theplatform] Correctly extract videos that don't use f4m or rtmp (reported ↵Jaime Marquínez Ferrándiz2014-09-212-19/+31
| | | | | | | | in #3176)
| * [nbc] Update testJaime Marquínez Ferrándiz2014-09-211-2/+2
| |
| * [theplatform] Extract all formats for f4m videosJaime Marquínez Ferrándiz2014-09-211-4/+1
| |
| * [downloader/f4m] If <pv-2.0> is in the manifest, add it to the fragments ↵Jaime Marquínez Ferrándiz2014-09-211-0/+5
| | | | | | | | | | | | urls query (fixes #3176) It's used in some akamai videos (for example for theplatform.com).
* | [thvideo] Support mobile URLs as wellPhilipp Hagemeister2014-09-211-8/+12
| |
* | Merge remote-tracking branch 'diffycat/thvideo'Philipp Hagemeister2014-09-212-0/+56
|\ \ | |/ |/|
| * [thvideo] Add support for THVideoAnton Larionov2014-09-212-0/+56
| |
* | [yourupload] Add new extractor. Fixes #3085Naglis Jonaitis2014-09-212-0/+59
| |
* | [dropbox] Recognize 'https://www.dropbox.com/sh/*' urls (fixes #3795)Jaime Marquínez Ferrándiz2014-09-211-5/+10
|/ | | | And extract the title from the url last path component.
* [mgoon] Add new extractorNaglis Jonaitis2014-09-212-0/+88
|
* [tube8] Improve _VALID_URL and add display_idSergey M2014-09-211-14/+23
|
* Merge pull request #3801 from megustamucho/masterSergey M.2014-09-211-1/+1
|\ | | | | [tube8] Improved regex
| * Merge remote-tracking branch 'upstream/master'megustamucho2014-09-2065-1110/+2596
| |\
| * \ Merge branch 'master' of https://github.com/megustamucho/youtube-dlmegustamucho2014-09-090-0/+0
| |\ \
| | * | [tube8] Improved regexmegustamucho2014-09-091-1/+1
| | | |
| * | | [tube8] Improved regexmegustamucho2014-09-091-1/+1
| |/ /
* | / [noco] Adapt to API v1.1 (Closes #3797)Sergey M2014-09-211-20/+53
| |/ |/|
* | Merge pull request #3800 from msmuenchen/patch-1Sergey M.2014-09-201-2/+2
|\ \ | | | | | | [divxstage] added .to TLD
| * | [divxstage] added .to TLDMarco Schuster2014-09-201-2/+2
|/ / | | | | Example video "http://www.divxstage.eu/video/930c52709d2" which gets redirected to .to TLD
* | [franceinter] Fix extraction and modernizeSergey M․2014-09-191-7/+21
| |
* | release 2014.09.19 2014.09.19Philipp Hagemeister2014-09-191-1/+1
| |
* | [muenchentv] Add support (Fixes #3507)Philipp Hagemeister2014-09-193-0/+80
| |
* | [moniker] rename from hypestat (#3788)Philipp Hagemeister2014-09-182-2/+2
| |
* | [soundcloud] Fix non-secret playlistsPhilipp Hagemeister2014-09-181-13/+10
| |
* | [hypestat] Match URLs with www. and https://Philipp Hagemeister2014-09-181-1/+4
| |
* | [hypestat] Unify allmyvideos and vidspot (Closes #3788)Philipp Hagemeister2014-09-182-6/+14
| |
* | release 2014.09.18 2014.09.18Philipp Hagemeister2014-09-182-7/+10
| |
* | [YoutubeDL] Allow downloading multiple formats with ,Philipp Hagemeister2014-09-182-22/+23
| |
* | Add -f m4aPhilipp Hagemeister2014-09-182-2/+2
| |
* | [1up.com] Urls end now with '.html'Jaime Marquínez Ferrándiz2014-09-181-2/+2
| |
* | [ign] Fix extractionJaime Marquínez Ferrándiz2014-09-181-1/+2
| |
* | [drtuber] Fix categoriesSergey M․2014-09-181-4/+4
| |
* | [soundcloud] Secret playlists and setsdequis2014-09-181-9/+21
| | | | | | | | | | | | | | | | Closes #3707 again. No test cases because I don't know what urls to use that won't be turned into public eventually (as it happened with the first one in that ticket)
* | [soundcloud] Support api urls with secret_token, Closes #3707dequis2014-09-181-1/+19
| |
* | [videomega] Simplify (#3786)Philipp Hagemeister2014-09-181-8/+6
| | | | | | | | | | * Use raw strings (r'foo') for regular expressions (enables highlighting and avoids some errors). * title is always true-ish
* | [videomega] Add new extractor. Closes #3775Naglis Jonaitis2014-09-172-0/+60
| |
* | [npo] Improve formats extraction (Closes #3782)Sergey M․2014-09-171-20/+57
| |
* | Credit @m5moufl for behindkink (#3740)Philipp Hagemeister2014-09-171-0/+1
| |
* | release 2014.09.16.1 2014.09.16.1Philipp Hagemeister2014-09-161-1/+1
| |
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-09-161-1/+1
|\ \
| * | [generic] The url in the <meta redirect> doesn't need to be enclosed in ↵Jaime Marquínez Ferrándiz2014-09-161-1/+1
| | | | | | | | | | | | | | | | | | single quotes (fixes #3770) See the examples in https://en.wikipedia.org/wiki/Meta_refresh or the shortened urls from https://t.co/.
* | | Merge remote-tracking branch 'r4mos/master'Philipp Hagemeister2014-09-160-0/+0
|\ \ \
| * | | [Allmyvideos] Fixed md5. Only 10KiB of the video fileCarlos Ramos2014-09-161-1/+1
| | | |
* | | | Credit @r4mos for allmyvideosPhilipp Hagemeister2014-09-161-0/+1
| | | |