aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/utils.py
Commit message (Expand)AuthorAgeFilesLines
* [utils] Carry long doc stringSergey M․2017-03-011-1/+2
* [utils] Add bytes_to_long() and long_to_bytes()Yen Chi Hsuan2017-02-281-0/+51
* [utils] Add pkcs1padYen Chi Hsuan2017-02-281-0/+15
* Improve geo bypass mechanismSergey M․2017-02-191-1/+1
* [utils] Make random_ipv4 return unicode stringSergey M․2017-02-191-2/+2
* Add experimental geo restriction bypass mechanismSergey M․2017-02-191-0/+267
* [utils] Introduce YoutubeDLError base class for all youtube-dl exceptionsPierre Mdawar2017-02-191-9/+18
* [utils] Add support for quoted string literals in --match-filter (closes #805...Sergey M․2017-02-151-2/+7
* utils.py: Workaround TypeError with Python 2.7.13 in WindowsRicardo Constantino2017-02-111-0/+5
* Introduce get_elements_by_class and get_elements_by_attribute utility functionsThomas Christlieb2017-02-111-10/+22
* [utils] Improve comments processing in js_to_json (closes #11947)Sergey M․2017-02-031-9/+11
* [utils] Handle single-line comments in js_to_jsonMichal Čihař2017-02-031-2/+2
* [utils] Improve parse_durationSergey M․2017-01-261-3/+3
* [utils] Add another date format seen in NextTVYen Chi Hsuan2017-01-231-0/+1
* [utils] Add more date formatsSergey M․2017-01-121-0/+6
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
* [utils] Improve urljoinSergey M․2016-12-171-2/+2
* [utils] Add convenience urljoinSergey M․2016-12-131-0/+10
* [utils] Add common user agents mapSergey M․2016-12-121-0/+5
* [utils] Introduce base_urlSergey M․2016-11-021-0/+4
* [utils] Fix --match-filter for int-like strings (closes #11082)Sergey M․2016-10-311-3/+9
* [utils] Clarify for redirecting STDIN in get_exe_version()Yen Chi Hsuan2016-10-221-0/+3
* [get_exe_version] Do version probes with <&-John Hawkinson2016-10-221-0/+1
* [utils] Expose PACKED_CODES_RESergey M․2016-10-191-3/+3
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* [utils] Fix xattr error handlingYen Chi Hsuan2016-10-021-0/+1
* [utils] Support xattr as well as pyxattrYen Chi Hsuan2016-10-011-12/+17
* [utils] Lower priority for rare date formats and add testsSergey M․2016-09-291-2/+2
* [vk] Fix date and view count extraction.Kacper Michajłow2016-09-291-0/+2
* Move write_xattr to utils.pyYen Chi Hsuan2016-09-301-0/+99
* [utils] Use native french month namesSergey M․2016-09-141-2/+2
* [utils] Improve month_by_name and add testsSergey M․2016-09-141-8/+8
* [utils,franceinter] Add french months' names and fix extractionrenalid2016-09-141-2/+11
* [utils] Add quicktime to mimetype2extSergey M․2016-09-021-0/+1
* [utils] Improve mimetype2extSergey M․2016-09-021-1/+1
* [utils] add ac-3 to the list of audio codecs in parse_codecsRemita Amine2016-08-251-1/+1
* [utils] Recognize units with full names in parse_filenameYen Chi Hsuan2016-08-201-0/+17
* [utils] Correct octal/hexadecimal number detection in js_to_jsonYen Chi Hsuan2016-08-191-3/+3
* [utils] Recognize lowercase units in parse_filesizeSergey M․2016-08-181-0/+8
* [external/curl] respect more downloader options and display progressRemita Amine2016-08-121-0/+2
* [utils] Recognize more formats in unified_timestampYen Chi Hsuan2016-08-101-0/+1
* [utils] Add support TV Parental Guidelines ratings in parse_age_limitSergey M․2016-08-071-2/+18
* [utils] Add decode_png for openload (#9706)Yen Chi Hsuan2016-08-071-0/+108
* [utils] Fix unified_timestamp for formats parsed by parsedate_tz()Yen Chi Hsuan2016-08-051-3/+3
* [utils] Add another f4m mimetype to mimetype2extSergey M․2016-07-231-0/+1
* [brightcove] skip ism manifestsRemita Amine2016-07-141-0/+1
* Merge pull request #8876 from remitamine/html5_mediaYen Chi Hsuan2016-07-101-0/+36
|\
| * [utils] add helper function for parsing codecsremitamine2016-06-261-0/+36
* | [utils] Add get_element_by_classYen Chi Hsuan2016-07-061-2/+10
* | [utils] add mimetypes to determine manifest ext(m3u8, f4m, mpd)Remita Amine2016-07-061-0/+7