summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [dailymotion:user] Improve _VALID_URL (Closes #5380)Sergey M․2015-04-091-1/+1
| |
* | [theplatform] ModernizeSergey M․2015-04-081-5/+6
| |
* | [theplatform] Fix for python 2.6Sergey M․2015-04-081-4/+4
| | | | | | | | At least single depth level extraction...
* | [postprocessor/common:postprocessor/ffmpeg] Generalize utimeSergey M․2015-04-082-9/+16
| |
* | Merge pull request #5376 from PeteHemery/ffmpeg-postproc-utime-bugSergey M.2015-04-081-1/+5
|\ \ | | | | | | [ffmpeg] adding exception catching for call to os.utime in run_ffmpeg_multiple_files
| * | [ffmpeg] adding exception catching for call to os.utime in ↵Pete Hemery2015-04-071-1/+5
| | | | | | | | | | | | run_ffmpeg_multiple_files
* | | [theplatform] Allow <par> without <swtich> at allSergey M․2015-04-081-0/+2
| | | | | | | | | | | | | | | Bare `wget` on http://link.theplatform.com/s/kYEXFC/22d_qsQ6MIRTl results in an XML without <switch> at all but with <par> and <video> inside it. Let's handle this possible outcome as well.
* | | [utils] Remove url_infer_protocolYen Chi Hsuan2015-04-084-23/+4
| | |
* | | [theplatform] Rework on <switch> inside <par>Yen Chi Hsuan2015-04-081-1/+3
| | |
* | | [theplatform] Fix video url extraction (fixes #5340)Yen Chi Hsuan2015-04-081-3/+16
| | | | | | | | | | | | | | | In SMIL 2.1, <switch> nodes may be enclosed in <par>. See http://www.w3.org/TR/SMIL2/smil-timing.html#edef-par
* | | [livestream] Extend _VALID_URL (fixes #5375)Yen Chi Hsuan2015-04-081-1/+4
| | |
* | | [udn] Add new extractorYen Chi Hsuan2015-04-085-0/+103
| | |
* | | [youtube] Skip WebVTT in DASH manifest (#5297)Yen Chi Hsuan2015-04-081-27/+35
|/ /
* | [addanime] Add test for #5372Sergey M․2015-04-071-2/+5
| |
* | [addanime] Extend _VALID_URL (Closes #5372)Sergey M․2015-04-071-1/+1
| |
* | [addanime] Add format quality (Closes #5371)Sergey M․2015-04-071-1/+5
| |
* | [cnn] Match more affilliatesPhilipp Hagemeister2015-04-071-1/+4
| |
* | Remove check for ssl certsJaime Marquínez Ferrándiz2015-04-061-8/+0
| | | | | | | | | | When it uses a capath instead of a cafile, 'get_ca_certs' or 'cert_store_stats' only returns certificates already used in a connection. (see #5364)
* | Merge branch 'newtonelectron-spankbang.com'Sergey M․2015-04-062-0/+61
|\ \
| * | [spankbang] Improve and simplifySergey M․2015-04-061-36/+44
| | |
| * | Merge branch 'spankbang.com' of https://github.com/newtonelectron/youtube-dl ↵Sergey M․2015-04-062-0/+53
|/| | | | | | | | | | | into newtonelectron-spankbang.com
| * | [SpankBang] Remove regexp type prefix from _TEST url.newtonelectron2015-04-051-1/+1
| | |
| * | [SpankBang] Add testnewtonelectron2015-04-051-0/+14
| | |
| * | [SpankBang] Use python2.6 compatible string formatting specnewtonelectron2015-04-051-1/+1
| | |
| * | [SpankBang] Add new extractornewtonelectron2015-04-052-0/+39
| | |
* | | [youtube] Simplify url_encoded_fmt_stream_map checkSergey M․2015-04-061-2/+1
| | |
* | | [youtube] Add test for #5361Sergey M․2015-04-061-1/+17
|/ /
* | [youtube] Enhance url_encoded_fmt_stream_map checking (fix #5361)Yen Chi Hsuan2015-04-051-1/+2
| |
* | [ellentv] Replace testSergey M․2015-04-051-7/+7
| |
* | [ellentv] Make video url extraction fatalSergey M․2015-04-051-2/+3
| |
* | [eagleplatform] Skip georestricted testSergey M․2015-04-041-0/+1
| |
* | [dump] Fix title extractionSergey M․2015-04-041-3/+3
| |
* | [dreisat] Update testSergey M․2015-04-041-6/+6
| |
* | [dreisat] Capture status errorsSergey M․2015-04-041-1/+13
| |
* | [drtv] Update testSergey M․2015-04-041-8/+9
| |
* | [drtv] Check for unavailable videosSergey M․2015-04-041-0/+4
| |
* | [culturebox] Fix testSergey M․2015-04-041-4/+2
| |
* | [extractor/common] Remove f4m sectionSergey M․2015-04-041-1/+1
| | | | | | | | It's now provided by `f4m_id`
* | [francetv] Improve formats extractionSergey M․2015-04-041-7/+6
| |
* | [francetv] Fix durationSergey M․2015-04-041-1/+2
| |
* | [culturebox] Replace testSergey M․2015-04-041-8/+11
| |
* | [culturebox] Check for unavailable videosSergey M․2015-04-041-0/+5
| |
* | [bliptv] Check format URLsSergey M․2015-04-041-0/+1
| | | | | | | | Some formats are now 404
* | [aftonbladet] ModernizeSergey M․2015-04-041-8/+9
| |
* | [aftonbladet] Fix extractionSergey M․2015-04-041-1/+1
| |
* | Merge branch 'tuexss-patch-1'Sergey M․2015-04-041-97/+97
|\ \
| * | [options] Fix load info help stringSergey M․2015-04-041-1/+1
| | |
| * | [options] `Number` is a verb hereSergey M․2015-04-041-1/+1
| | |
| * | [options] extractor is lowercaseSergey M․2015-04-041-1/+1
| | |
| * | [options] Restore some stringsSergey M․2015-04-041-2/+2
| | |