]> jfr.im git - yt-dlp.git/history - yt_dlp/utils.py
[cleanup] Minor fixes
[yt-dlp.git] / yt_dlp / utils.py
2022-05-18  pukkandan[cleanup] Minor fixes
2022-05-18  pukkandan[utils] `is_html`: Handle double BOM
2022-05-17  pukkandanBugfix for 591bb9d3553a4d7b453777c1e28e0948741e3b50
2022-05-17  pukkandanFix color in `-q -F`
2022-05-16  pukkandan[cleanup] Misc cleanup
2022-05-12  pukkandan[extractor] Use classmethod/property where possible
2022-05-11  pukkandanFix `--date today`
2022-05-11  pukkandan[cookies] Allow `cookiefile` to be a text stream
2022-05-10  pukkandanBugfix for 59f943cd5097e9bdbc3cb3e6b5675e43d369341a
2022-05-09  pukkandan[cleanup] Minor fixes (See desc)
2022-05-07  pukkandanAllow use of weaker ciphers with `--legacy-server-connect`
2022-05-02  coletdevAdd support for SSL client certificate authentication...
2022-05-02  coletdevFix redirect HTTP method handling (#3577)
2022-05-01  Justin Keogh[utils] `locked_file`: Ignore illegal seek on `truncate...
2022-04-30  pukkandan[cleanup] Misc fixes (see desc)
2022-04-30  pukkandan[XAttrMetadata] Refactor and document dependencies
2022-04-30  Lesmiscore[utils] YoutubeDLCookieJar: Detect and reject JSON...
2022-04-29  pukkandan[cleanup] Misc fixes
2022-04-28  pukkandan`--match-filter -` to interactively ask for each video
2022-04-28  pukkandan[utils] `write_string`: Workaround newline issue in...
2022-04-26  pukkandan[compat/asyncio] Use `asyncio.all_tasks`
2022-04-26  pukkandanRevert acbc64225006964cf52d316e007a77a1b5e2975b
2022-04-24  Lesmiscore[utils] WebSocketsWrapper: Ignore warnings at websocket...
2022-04-20  pukkandan[dependencies] Create module with all dependency imports
2022-04-20  pukkandanDon't imply `-s` for later stages of `-O`
2022-04-18  pukkandanbugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae...
2022-04-17  pukkandan[cleanup] Misc cleanup and refactor (#2173)
2022-04-15  pukkandan[utils] Fix WebSocketsWrapper
2022-04-12  pukkandan[utils] certifi: Make sure the pem file exists
2022-04-12  pukkandan[cleanup] Misc cleanup (#2173)
2022-04-12  pukkandan[cleanup] Sort imports
2022-04-12  pukkandan[cleanup] Upgrade syntax
2022-04-12  pukkandan[cleanup] Mark some compat variables for removal (...
2022-04-12  felix[cleanup] Remove unused code paths (#2173)
2022-04-09  Lesmiscore[utils] locked_file: Do not give executable bits for...
2022-04-09  pukkandan[utils] `sanitize_path`: Fix when path is empty string
2022-04-07  pukkandan[test] Add `test_locked_file`
2022-04-07  pukkandan[utils] locked_file: Fix non-blocking non-exclusive...
2022-04-07  Justin Keogh[utils] locked_file: Do not truncate files before locki...
2022-04-05  pukkandanDo not lock downloading file on Windows
2022-04-05  pukkandanDo not prevent download if locking is unsupported
2022-04-05  pukkandan[cleanup] Misc fixes
2022-04-01  Lesmiscore (Naoya... [niconico] Fix extraction of thumbnails and uploader...
2022-03-31  pukkandan[utils] `traverse_obj`: Allow filtering by value
2022-03-31  pukkandan[utils] Add `try_call`
2022-03-28  pukkandan[ffmpeg] Cache version data
2022-03-28  pukkandan[utils] Add `filter_dict`
2022-03-28  coletdev[youtube:tab] Fix duration extraction for shorts (...
2022-03-27  pukkandan[outtmpl] Limit changes during sanitization
2022-03-25  pukkandanIgnore format-specific fields in initial pass of `...
2022-03-25  Lesmiscore (Naoya... [utils] WebSocketsWrapper: Allow omitting `__enter__...
2022-03-25  pukkandanTreat multiple `--match-filters` as OR
2022-03-25  pukkandan[downloader] Fix invocation of `HttpieFD`
2022-03-23  coletdevRemove `Accept-Encoding` header from `std_headers`...
2022-03-22  coletdevUse certificates from `certifi` if installed (#3115)
2022-03-18  s0u1h[utils] `format_decimal_suffix`: Fix for very large...
2022-03-11  pukkandan[cleanup] Minor cleanup
2022-03-11  pukkandanFix case of `http_headers`
2022-03-09  pukkandan[utils] ExtractorError: Fix for older python versions
2022-03-08  pukkandan[utils] Add `get_first`
2022-03-08  pukkandan[cleanup] Refactor `__init__.py` (#2570)
2022-03-08  pukkandan[cleanup, docs] Misc cleanup
2022-03-08  coletdevAdd brotli content-encoding support (#2433)
2022-03-08  pukkandan[utils] Better traceback for `ExtractorError`
2022-03-06  Lesmiscore[utils] render_table: Fix character calculation for...
2022-03-04  Zenon Mousmoulas[ant1newsgr] Add extractor (#1982)
2022-03-04  pukkandanImplement `--add-header` without modifying `std_headers`
2022-03-04  pukkandanHandle negative duration from extractor
2022-03-04  pukkandanFix doubling of `video_id` in `ExtractorError`
2022-03-03  pukkandan[utils] Improve file locking
2022-03-03  Justin Keogh[utils] Fix file locking for AOSP (#2714)
2022-03-02  pukkandan[utils] OnDemandPagedList: Do not download pages after...
2022-02-28  Lesmiscore (Naoya... [downloader/fragment] Fix bugs around resuming with...
2022-02-25  Lesmiscore (Naoya... [fc2:live] Add extractor (#2418)
2022-02-25  Lesmiscore (Naoya... [AbemaTV] Add extractors (#1688)
2022-02-22  pukkandanAdd pre-processor stage `after_filter`
2022-02-19  Bepis[tubitv] Fix/improve TV series extraction (#2829)
2022-02-13  Lesmiscore (Naoya... [utils] WebSockets wrapper for non-async functions...
2022-02-11  pukkandan[utils] Validate `DateRange` input
2022-02-05  Justin Keogh[utils] Use `locked_file` for `sanitize_open` (#1066)
2022-02-03  pukkandan[cleanup,docs] Minor fixes
2022-02-03  pukkandan[utils] Strip double spaces in `clean_html`
2022-02-03  pukkandanMake nested --config-locations relative to parent file
2022-02-02  pukkandanFix `--compat-options list-formats`
2022-01-23  pukkandanFix/improve `InAdvancePagedList`
2022-01-21  pukkandan[cleanup] Use format_field where applicable
2022-01-21  xtkobaAdd option --legacy-server-connect (#778)
2022-01-21  pukkandanFix d14cbdd92d8bbb9deedc77da80085b0280ae52bb
2022-01-20  coletdjnz[youtube] Enforce UTC (#2402)
2022-01-20  pukkandan[utils] Add `Sec-Fetch-Mode` to `std_headers`
2022-01-20  pukkandanRevert d6579d532bed8fa9e316404e6f30df4402f4a632
2022-01-19  pukkandan[utils] Handle `ss:xxx` in `parse_duration`
2022-01-13  pukkandanAdd option `--concat-playlist`
2022-01-10  pukkandan[utils] Partially revert d76d15a6699dc41eea26a96d054a1b...
2022-01-09  Zenon Mousmoulas[utils] Improve `get_elements_text_and_html_by_attribut...
2022-01-05  Zenon Mousmoulas[utils] Improve parsing for nested HTML elements (...
2022-01-03  pukkandan[cleanup] Misc cleanup
2022-01-03  pukkandanAllow multiple and nested configuration files
2022-01-03  pukkandanAdd more post-processing stages
2022-01-03  pukkandanAllow `--exec` to be run at any post-processing stage
next