summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* [parameters.json] Set default `format` parameter to `best`Sergey M․2015-04-191-1/+1
|
* [tests] Allow multi_video to be tested as playlistsYen Chi Hsuan2015-04-192-2/+2
|
* Postprocessors: use a list for the files that can be deletedJaime Marquínez Ferrándiz2015-04-181-6/+15
| | | | We could only know if we had to delete the original file, but this system allows to specify us more files (like subtitles).
* [utils] Remove url_infer_protocolYen Chi Hsuan2015-04-081-5/+0
|
* [udn] Add new extractorYen Chi Hsuan2015-04-081-0/+5
|
* [test_execution] Fix test under python 2 @ windowsSergey M․2015-04-041-1/+4
|
* [test_utils] Add test for unified_strdateSergey M․2015-04-041-0/+1
|
* [utils] Drop trailing comma before closing braceSergey M․2015-04-041-0/+6
|
* [youtube:watchlater] Remove unused properties and fix testsJaime Marquínez Ferrándiz2015-03-261-1/+1
|
* [utils] Escape all HTML entities written in hexadecimal formNaglis Jonaitis2015-03-261-0/+2
|
* [options] Handle special characters in argv (Fixes #5157)Philipp Hagemeister2015-03-241-0/+9
|
* [test/aes] Test aes_decrypt_text with 256 bitJaime Marquínez Ferrándiz2015-03-221-0/+8
|
* [test/utils] Test xpath_textJaime Marquínez Ferrándiz2015-03-211-0/+13
|
* [test] Add tests for aesJaime Marquínez Ferrándiz2015-03-211-0/+47
|
* [test/YoutubeDL] test match_filterJaime Marquínez Ferrándiz2015-03-201-0/+68
|
* [test/YoutubeDL] split in two classesJaime Marquínez Ferrándiz2015-03-201-0/+2
| | | | The name was misleading
* [test/http] Add test for proxy supportJaime Marquínez Ferrándiz2015-03-201-1/+48
|
* [utils] Place sanitize url function near other sanitizing functionsSergey M․2015-03-171-16/+21
|
* Merge branch 'sohu_fix' of https://github.com/yan12125/youtube-dl into ↵Sergey M․2015-03-171-0/+16
|\ | | | | | | yan12125-sohu_fix
| * [utils] Add a function to sanitize consecutive slashes in URLsYen Chi Hsuan2015-03-061-0/+16
| |
* | [test/YoutubeDL] Use valid urlsJaime Marquínez Ferrándiz2015-03-141-22/+24
| | | | | | | | It failed on python 3.4 when building the http_headers field
* | [test/unicode_literals] Don't look into the .git and .tox directoriesJaime Marquínez Ferrándiz2015-03-141-1/+10
| | | | | | | | The .tox directory contains python code that we can't control
* | [metadatafromtitle] Some improvements and cleanupJaime Marquínez Ferrándiz2015-03-141-0/+17
| | | | | | | | | | | | | | | | * Remove the 'songtitle' field, 'title' can be used instead. * Remove newlines in the help text, for consistency with other options. * Add 'from __future__ import unicode_literals'. * Call '__init__' from the parent class. * Add test for the format_to_regex method
* | [vimeo] Use https for all vimeo.com urlsJaime Marquínez Ferrándiz2015-03-121-5/+5
| | | | | | | | Unfortunately vimeopro.com doesn't support it yet.
* | [funnyordie] Add subtitles testSergey M․2015-03-111-0/+13
| |
* | [utils] Keep dot and dotdot unmodified (Closes #5171)Sergey M․2015-03-101-0/+5
| |
* | [utils] Disallow trailing dot in sanitize_path for a path partSergey M․2015-03-081-0/+11
| |
* | [utils] Add sanitize_pathSergey M․2015-03-081-0/+21
|/
* Make sure netrc works for all extractors with login supportPhilipp Hagemeister2015-03-031-0/+26
| | | | Fixes #5112
* [utils] Streap leading dotsPhilipp Hagemeister2015-03-021-0/+3
| | | | Fixes #2865, closes #5087
* [airmozilla] Be more tolerant when nonessential items are missing (#5030)Philipp Hagemeister2015-02-261-0/+1
|
* [utils] Prevent hyphen at beginning of filename (Fixes #5035)Philipp Hagemeister2015-02-241-0/+2
|
* [rtve] Extract subtitlesJaime Marquínez Ferrándiz2015-02-231-0/+15
|
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-233-166/+185
|\ | | | | | | (Closes PR #4964)
| * [test/subtitles] Update checksum for VikiJaime Marquínez Ferrándiz2015-02-221-1/+1
| |
| * [test/subtitles] Remove some testsJaime Marquínez Ferrándiz2015-02-221-108/+13
| | | | | | | | Test only with 'allsubtitles', the language selection is already tested in test_YoutubeDL.py
| * [YoutubeDL] only add normal subtitles to the 'requested_subtitles' field if ↵Jaime Marquínez Ferrándiz2015-02-221-0/+7
| | | | | | | | 'writesubtitles' is True
| * [test/YoutubeDL] Add test for subtitlesJaime Marquínez Ferrándiz2015-02-221-0/+52
| | | | | | | | Updated the offlinetest make target to not skip it
| * [YoutubeDL] don't set the 'requested_subtitles' without writesubtitles or ↵Jaime Marquínez Ferrándiz2015-02-221-5/+5
| | | | | | | | writeautomaticsub
| * [theplatform] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-191-0/+15
| |
| * [viki] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
| |
| * [rai] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
| |
| * [nrk] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
| |
| * [mtv] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+16
| |
| * [npo] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
| |
| * [lynda] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
| |
| * [bliptv] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-171-2/+0
| |
| * [youtube] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-5/+0
| | | | | | | | The automatic captions are stored in the 'automactic_captions' field, which is used if no normal subtitles are found for an specific language.
| * [dailymotion] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-17/+0
| |
| * [YoutubeDL] store the subtitles to download in the 'requested_subtitles' fieldJaime Marquínez Ferrándiz2015-02-161-1/+1
| | | | | | | | | | We need to keep the orginal subtitles information, so that the '--load-info' option can be used to list or select the subtitles again. We'll also be able to have a separate field for storing the automatic captions info.