]> jfr.im git - yt-dlp.git/history - youtube_dl/utils.py
Fix "invalid escape sequences" error on Python 3.6
[yt-dlp.git] / youtube_dl / utils.py
2017-01-05  Yen Chi HsuanFix "invalid escape sequences" error on Python 3.6
2016-12-17  Sergey M․[utils] Improve urljoin
2016-12-12  Sergey M․[utils] Add convenience urljoin
2016-12-11  Sergey M․[utils] Add common user agents map
2016-11-19  Yen Chi HsuanMerge branch 'master' of https://github.com/DarkstaIker...
2016-11-01  Sergey M․[utils] Introduce base_url
2016-10-31  Sergey M․[utils] Fix --match-filter for int-like strings (closes...
2016-10-22  Yen Chi HsuanMerge branch 'johnhawkinson-stdin2'
2016-10-22  Yen Chi Hsuan[utils] Clarify for redirecting STDIN in get_exe_version()
2016-10-22  John Hawkinson[get_exe_version] Do version probes with <&-
2016-10-19  remitamineMerge pull request #10819 from raleeper/adobepass
2016-10-19  Sergey M․[utils] Expose PACKED_CODES_RE
2016-10-03  Déstin ReedUnify coding cookie
2016-10-02  Yen Chi HsuanMerge pull request #10829 from TRox1972/pornoxo_improve
2016-10-01  Yen Chi Hsuan[utils] Fix xattr error handling
2016-10-01  Yen Chi Hsuan[utils] Support xattr as well as pyxattr
2016-10-01  Yen Chi HsuanMerge pull request #10818 from TRox1972/criterion_match_id
2016-10-01  Yen Chi HsuanMerge pull request #10817 from TRox1972/clubic_match_id
2016-09-29  Sergey M․[utils] Lower priority for rare date formats and add...
2016-09-29  Kacper Michajłow[vk] Fix date and view count extraction.
2016-09-29  Yen Chi HsuanMove write_xattr to utils.py
2016-09-14  Sergey M․[utils] Use native french month names
2016-09-14  Sergey M․[utils] Improve month_by_name and add tests
2016-09-14  renalid[utils,franceinter] Add french months' names and fix...
2016-09-05  Yen Chi HsuanMerge branch 'bilibili' of https://github.com/PeterDing...
2016-09-02  Sergey M․[utils] Add quicktime to mimetype2ext
2016-09-02  Sergey M․[utils] Improve mimetype2ext
2016-08-25  Remita Amine[utils] add ac-3 to the list of audio codecs in parse_c...
2016-08-19  Yen Chi Hsuan[utils] Recognize units with full names in parse_filename
2016-08-19  Yen Chi Hsuan[utils] Correct octal/hexadecimal number detection...
2016-08-18  Sergey M․[utils] Recognize lowercase units in parse_filesize
2016-08-12  Remita Amine[external/curl] respect more downloader options and...
2016-08-11  Yen Chi HsuanMerge branch 'pr/#10268' of https://github.com/lkho...
2016-08-10  Yen Chi Hsuan[utils] Recognize more formats in unified_timestamp
2016-08-07  Sergey M․[utils] Add support TV Parental Guidelines ratings...
2016-08-06  Yen Chi Hsuan[utils] Add decode_png for openload (#9706)
2016-08-05  Yen Chi Hsuan[utils] Fix unified_timestamp for formats parsed by...
2016-07-23  Sergey M․[utils] Add another f4m mimetype to mimetype2ext
2016-07-14  Remita Amine[brightcove] skip ism manifests
2016-07-10  Yen Chi HsuanMerge pull request #8876 from remitamine/html5_media
2016-07-09  Yen Chi HsuanMerge pull request #9288 from reyyed/issue#9063fix
2016-07-06  Yen Chi Hsuan[utils] Add get_element_by_class
2016-07-06  Remita Amine[utils] add mimetypes to determine manifest ext(m3u8...
2016-07-04  Remita Amine[kaltura] add support videos stored on custom kaltura...
2016-07-02  Sergey M․[utils] Add PUTRequest
2016-07-02  Aleksandar Topuzovic[HRTi] Implement extractor for Croatian Radiotelevision
2016-06-26  remitamine[utils] add helper function for parsing codecs
2016-06-26  Yen Chi Hsuan[utils] Add urshift()
2016-06-25  Sergey M․[utils] Add strip_or_none
2016-06-25  Sergey M․[utils] Add unified_timestamp
2016-06-19  Yen Chi HsuanMerge pull request #8201 from remitamine/hls-aes
2016-06-19  remitamine[downloader/hls] Add support for AES-128 encrypted...
2016-06-16  Yen Chi Hsuan[utils] Don't transform numbers not starting with a...
2016-06-11  Sergey M․[utils] Add try_get
2016-06-11  Yen Chi HsuanMerge pull request #9755 from vxbinaca/patch-2
2016-06-11  Paul Henning[utils] Change Firefox 44 to 47
2016-06-10  Sergey MMerge pull request #9747 from TRox1972/lynda
2016-06-10  Yen Chi Hsuan[utils] Decode HTML5 entities
2016-06-09  Yen Chi HsuanMerge pull request #9395 from pmrowla/afreecatv
2016-06-09  Yen Chi Hsuan[utils] Add audio/mpeg to mimetype2ext()
2016-06-07  Philipp HagemeisterMerge remote-tracking branch 'Boris-de/wdrmaus_fix...
2016-06-02  Yen Chi HsuanMerge pull request #9669 from bzc6p/master
2016-06-02  bzc6pAdded sanitization support for Hungarian letters Ő...
2016-06-02  Yen Chi Hsuan[utils] Use bytes-like objects as header values on...
2016-06-02  Yen Chi Hsuan[utils] Always decode Location header
2016-05-26  Yen Chi Hsuan[utils] Remove debugging codes
2016-05-26  Yen Chi Hsuan[utils] Support a new form of date
2016-05-22  Sergey M․[utils] Do not fail on unknown date formats in unified_...
2016-05-18  Sergey M․[utils] Allow None in remove_{start,end}
2016-05-17  Yen Chi Hsuan[utils] Check for None values in SOCKS proxy
2016-05-15  Yen Chi Hsuan[utils] Fix getheader in urlhandle_detect_ext
2016-05-14  Sergey M․[utils] Simplify integer conversion in js_to_json
2016-05-14  Sergey M․[utils] Process non-base 10 integers in js_to_json
2016-05-14  felix[utils] js_to_json: various improvements
2016-05-14  Yen Chi HsuanMerge pull request #9466 from TRox1972/patch-1
2016-05-12  Yen Chi Hsuan[utils] Unquote crendentials passed to SOCKS proxies
2016-05-12  Yen Chi Hsuan[utils] Add Œ and œ found in French to ACCENT_CHARS
2016-05-10  Yen Chi Hsuan[compat] Rename shlex_quote and remove unused subproces...
2016-05-10  Yen Chi Hsuan[compat] Rename struct_(un)pack to compat_struct_(un...
2016-05-10  Yen Chi Hsuan[utils] Add rationale for register_socks_protocols
2016-05-10  Yen Chi Hsuan[utils] Register SOCKS protocols in urllib and support...
2016-05-10  Yen Chi Hsuan[socks] Support SOCKS proxies
2016-05-10  Yen Chi Hsuan[utils,compat] Move struct_pack and struct_unpack to...
2016-05-08  Sergey MMerge pull request #9358 from dstftw/hls-native-to...
2016-05-06  Sergey MMerge pull request #9400 from inondle/master
2016-05-06  Sergey M․[utils] Allow empty attribute values in get_element_by_...
2016-05-05  Yen Chi HsuanMerge pull request #9367 from codesparkle/master
2016-05-03  Adam Thalhammerimproved performance by extracting accented chars to...
2016-05-02  Adam ThalhammerInstead of replacing accented characters with an unders...
2016-04-25  Yen Chi HsuanMerge branch 'akamai_pv' of https://github.com/remitami...
2016-04-24  Sergey M․[utils] Allow None mimetypes in mimetype2ext
2016-04-21  Sergey MMerge pull request #9110 from remitamine/parse_duration
2016-04-21  remitamine[utils] imporove parse_duration to handle more formats
2016-04-09  Yen Chi Hsuan[utils] Don't touch URLs if not necessary
2016-04-04  Jaime Marquínez... [utils] dfxp2srt: add additional namespace
2016-03-31  Sergey M․[utils] Use update_Request in http_request
2016-03-31  Sergey M․[utils] Add update_Request
2016-03-26  Sergey M․[utils] Extract sanitize_url routine
2016-03-25  Sergey M․[compat] Add compat_urllib_parse_urlencode and eliminat...
2016-03-24  Yen Chi Hsuan[utils] Clarify Python versions affected by buggy struc...
next