aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [test_compat] Add tests for compat_urllib_parse_urlencodeSergey M․2016-03-261-0/+7
* [test/test_utils] Update for escape_url change (again)Yen Chi Hsuan2016-03-231-1/+1
* [test/test_utils] Update for escape_url changeYen Chi Hsuan2016-03-231-1/+1
* [utils] Encode hostnames before passing to urllibYen Chi Hsuan2016-03-231-0/+10
* [utils] lookup_unit_table: Match word boundary instead of end of stringJaime Marquínez Ferrándiz2016-03-191-0/+2
* [test_YoutubeDL] Add test for format_id format selectionSergey M․2016-03-191-0/+5
* [utils] PEP 8Sergey M․2016-03-161-3/+3
* Merge pull request #8092 from bpfoley/twitter-thumbnailremitamine2016-03-161-0/+40
|\
| * [utils] Add extract_attributes for extracting html tag attributesBrian Foley2016-03-031-0/+40
* | [bbc] Generalize unit table lookup and add parse_countSergey M․2016-03-131-0/+10
* | [test_YoutubeDL] PEP 8Sergey M․2016-03-101-1/+0
* | [YoutubeDL] Improve _format_noteSergey M․2016-03-101-0/+4
* | Merge pull request #8739 from remitamine/update_url_paramsremitamine2016-03-031-0/+37
|\ \
| * | [test/test_utils] add more tests for update_url_queryremitamine2016-03-031-0/+9
| * | [test/test_utils] add tests for update_url_queryremitamine2016-03-031-0/+28
| |/
* | [test/http] Fix failure in JythonYen Chi Hsuan2016-03-031-1/+6
* | [jython] Introduce compat_os_nameYen Chi Hsuan2016-03-031-2/+5
|/
* [utils] Multiple changes to base_n()Yen Chi Hsuan2016-02-271-0/+12
* [utils] Remove AM/PM from unified_strdate patternsSergey M․2016-02-251-0/+1
* [test_iqiyi_sdk_interpreter] Add test for iQiyi loginYen Chi Hsuan2016-02-201-0/+47
* [utils] Add OHDave's RSA encryption functionYen Chi Hsuan2016-02-201-0/+8
* [test_YoutubeDL] Make test pass until more intelligent sort formats (Closes #...Sergey M․2016-02-201-1/+1
* [utils] Allow dot in strip_jsonpSergey M․2016-02-071-0/+4
* [utils] Add ability to control skipping false values in dict_getSergey M․2016-02-071-2/+11
* [utils] Add dict_get convenience methodSergey M․2016-02-071-0/+14
* rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespaceremitamine2016-02-061-1/+1
* [test_subtitles] update youtube subtitles testsremitamine2016-02-041-6/+6
* [test_YoutubeDL] Fix test_youtube_format_selectionYen Chi Hsuan2016-02-031-0/+11
* [YoutubeDL] Do not override ie_key in url_transparentYen Chi Hsuan2016-02-011-0/+37
* [test_subtitles] Fix TestRaiSubtitlesYen Chi Hsuan2016-01-311-2/+2
* [test_youtube_lists] Fix TestYoutubeLists.test_youtube_courseYen Chi Hsuan2016-01-311-1/+1
* [youtube:user] Require 'https?://' in the url (fixes #8356)Jaime Marquínez Ferrándiz2016-01-291-1/+1
* Test codec with a dot '.' in name selection.dyn8882016-01-281-0/+10
* [update] fix (unexploitable) BB'06 vulnerability in rsa_verifyFilippo Valsorda2016-01-212-0/+64
* [YoutubeDL] urlopen: disable the 'file:' protocol (#8227)Jaime Marquínez Ferrándiz2016-01-141-1/+6
* Fix typosJakub Wilk2016-01-101-1/+1
* [test_subtitles] remove BlipTV testremitamine2015-12-211-13/+0
* [test_utils] Add tests for encode_compat_strSergey M․2015-12-201-0/+5
* [utils] Support alternative timestamp format in TTMLYen Chi Hsuan2015-12-191-0/+1
* [utils] Fix TTML conversionYen Chi Hsuan2015-12-191-2/+5
* [utils] Add remove_quotesSergey M․2015-12-141-0/+10
* [test/test_all_urls] Update pbs extractor nameJaime Marquínez Ferrándiz2015-12-081-2/+2
* [utils] Check ext with trailing slash against the list of known extensionsSergey M․2015-11-221-0/+3
* [test_utils] Add tests for determine_extSergey M․2015-11-221-0/+5
* [utils] Skip invalid/non HTML entities (Closes #7518)Sergey M․2015-11-161-2/+2
* [jsinterp] Support alternative function definition formYen Chi Hsuan2015-11-101-0/+3
* [test/subtitles] Add test for DemocracynowIEYen Chi Hsuan2015-11-041-0/+21
* [utils] unified_strdate: Return None if the date format can't be recognized (...Jaime Marquínez Ferrándiz2015-11-021-0/+1
* Merge pull request #7296 from jaimeMF/xml_attrib_unicodeSergey M2015-10-312-4/+24
|\
| * [compat] compat_etree_fromstring: also decode the text attributeJaime Marquínez Ferrándiz2015-10-261-1/+10