summaryrefslogtreecommitdiffstats
path: root/youtube_dl/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* [utils] Make JSON file writes atomic (Fixes #3549)Philipp Hagemeister2014-08-211-11/+30
* [jove] Simplify, extract full description and add test for video that require...Sergey M․2014-08-191-0/+1
* [appletrailers] Support height-less videosPhilipp Hagemeister2014-08-101-0/+3
* [reverbnation] The 'uploader_id' field must be a stringJaime Marquínez Ferrándiz2014-08-101-0/+3
* [izlesene] Minor changesSergey M․2014-08-011-0/+2
* [livestream] Parse SMIL (#2713)Philipp Hagemeister2014-07-251-2/+2
* [dropbox] Fix title encoding on Python 2Philipp Hagemeister2014-07-211-7/+14
* [snotr] PEP8 and minor fixes (#3296)Philipp Hagemeister2014-07-211-11/+11
* [utils] Add None check in str_to_intSergey M․2014-07-181-0/+2
* Fix utils.strip_jsonpFilippo Valsorda2014-07-141-1/+1
* [ReverbNation] Add new IE - closes #2250Filippo Valsorda2014-07-131-1/+1
* Merge remote-tracking branch 'tobidope/gameone'Philipp Hagemeister2014-07-111-3/+3
|\
| * [gameone] Added timestamp extractionTobias Bell2014-05-171-3/+3
* | [Motherless] simplifyPetr Půlpán2014-06-281-0/+3
* | [ffmpeg] Correct argument encoding on Windows with Python 2.xPhilipp Hagemeister2014-05-161-0/+10
* | Provide compatibility check_output for 2.6 (Fixes #2926)Philipp Hagemeister2014-05-161-0/+12
|/
* [utils/_windows_write_string] Be defensive about fileno (Fixes #2820)Philipp Hagemeister2014-04-301-1/+5
* [YoutubeDL] Do not require default output template to be setPhilipp Hagemeister2014-04-301-0/+2
* [youtube] Include video Id in common error message (Fixes #2786)Philipp Hagemeister2014-04-211-1/+4
* [bilibili] Add preliminary support (#2174)Philipp Hagemeister2014-04-211-1/+4
* [clubic] Add extractor (Fixes #2773)Philipp Hagemeister2014-04-211-0/+11
* [utils] Fix _windows_write_string (Fixes #2779)Philipp Hagemeister2014-04-211-7/+16
* Fix Windows output for non-BMP unicode charactersPhilipp Hagemeister2014-04-071-2/+5
* [utils] Completely rewrite Windows output (Fixes #2672)Philipp Hagemeister2014-04-071-0/+60
* Use our own encoding when writing stringsPhilipp Hagemeister2014-04-071-14/+7
* Use --encoding when outputtingPhilipp Hagemeister2014-04-071-5/+8
* Fix unicode_escape (Fixes #2695)Philipp Hagemeister2014-04-041-1/+4
* [cnet] Add new extractor (Fixes #2679)Philipp Hagemeister2014-04-031-4/+4
* [utils] Correct decoding of large unicode codepoints in uppercase_escape (Fix...Philipp Hagemeister2014-04-011-2/+2
* Add new --encoding option (Fixes #2650)Philipp Hagemeister2014-03-301-1/+0
* [comedycentral] Duration can now be a float (Fixes #2647)Philipp Hagemeister2014-03-281-0/+4
* [washingtonpost] Add extractor (Fixes #2622)Philipp Hagemeister2014-03-241-0/+4
* [clipfish] ModernizePhilipp Hagemeister2014-03-241-1/+1
* [instagram] Fix info_dict key namePhilipp Hagemeister2014-03-241-5/+31
* [utils] Simplify setproctitlePhilipp Hagemeister2014-03-231-4/+4
* [videolectures] (New extractor)Philipp Hagemeister2014-03-211-0/+4
* [pbs] Add support for video ratingsPhilipp Hagemeister2014-03-211-0/+9
* Fix typoPhilipp Hagemeister2014-03-181-1/+1
* Fix getpass on Windows (Fixes #2547)Philipp Hagemeister2014-03-181-0/+10
* Add format to unified_strdateSergey M․2014-03-121-0/+1
* [generic] Suppress warning about doctypes in RSS parserPhilipp Hagemeister2014-03-101-0/+11
* [facebook] Fix login processJaime Marquínez Ferrándiz2014-03-071-0/+4
* Add one more format to unified_strdateSergey M.2014-02-271-0/+1
* Ignore BOM in batch files (Fixes #2450)Philipp Hagemeister2014-02-251-0/+17
* Add one more format to unified_strdateSergey M.2014-02-231-0/+1
* [generic] Fix on python 2.6Jaime Marquínez Ferrándiz2014-02-211-0/+5
* Add one more format in unified_strdateSergey M.2014-02-171-0/+1
* Improve parse_durationSergey M.2014-02-171-1/+1
* Fix f4m downloading on Python 2.6Philipp Hagemeister2014-02-151-0/+18
* Fix #2355 (date parsing with dashes)Philipp Hagemeister2014-02-091-2/+2