]> jfr.im git - yt-dlp.git/history - yt_dlp/utils.py
[docs] Improvements
[yt-dlp.git] / yt_dlp / utils.py
2022-06-20  pukkandan[docs] Improvements
2022-06-19  pukkandan[extractor/BiliIntl] Fix metadata extraction
2022-06-18  pukkandanImprove error handling of bad config files
2022-06-18  pukkandan[cleanup, utils] Don't use kwargs for `format_field`
2022-06-18  christoph-heinrich[cleanup] Minor fixes (#4096)
2022-06-17  pukkandanAdd option `--lazy-playlist` to process entries as...
2022-06-17  pukkandanAdd slicing notation to `--playlist-items`
2022-06-16  pukkandan[utils] `Popen`: Refactor to use contextmanager
2022-06-13  pukkandan[utils] `locked_file`: Fix for PyPy on Windows
2022-06-11  pukkandan[cleanup] Misc fixes (see desc)
2022-06-10  pukkandan[cleanup] Misc fixes
2022-06-06  pukkandanAdd option `--download-sections` to download video...
2022-06-06  pukkandan[extractor] Add `_search_json`
2022-06-03  pukkandan[cleanup] Misc fixes
2022-05-28  coletdev[utils] Send HTTP/1.1 ALPN extension (#3889)
2022-05-26  pukkandan[cleanup] Misc fixes and cleanup
2022-05-26  pukkandan`--config-location -` to provide options interactively
2022-05-22  pukkandan[build, cleanup] Refactor
2022-05-21  pukkandan[cleanup] Misc
2022-05-20  pukkandan[utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2
2022-05-19  pukkandan[utils] Improve performance using `functools.cache`
2022-05-19  pukkandan[utils] `ISO3166Utils`: Add `EU` and `AP`
2022-05-19  pukkandanAdd option `--alias`
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)
next