Metadata-Version: 2.3
Name: yt-dlp-better-download
Version: 1.0.0
Summary: A customized version of yt-dlp with improved download formatting
Project-URL: Documentation, https://github.com/yt-dlp/yt-dlp#readme
Project-URL: Repository, https://github.com/leofrachet11/yt-dlp-better-download
Author-email: Leo Frachet <leofrachet@leowebspace.com>
License: This is free and unencumbered software released into the public domain.
        
        Anyone is free to copy, modify, publish, use, compile, sell, or
        distribute this software, either in source code form or as a compiled
        binary, for any purpose, commercial or non-commercial, and by any
        means.
        
        In jurisdictions that recognize copyright laws, the author or authors
        of this software dedicate any and all copyright interest in the
        software to the public domain. We make this dedication for the benefit
        of the public at large and to the detriment of our heirs and
        successors. We intend this dedication to be an overt act of
        relinquishment in perpetuity of all present and future rights to this
        software under copyright law.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
        MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
        IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
        OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
        ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
        OTHER DEALINGS IN THE SOFTWARE.
        
        For more information, please refer to <http://unlicense.org/>
Keywords: sponsorblock,video-downloader,youtube-dl,youtube-dlc,youtube-downloader,yt-dlp
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.9
Provides-Extra: build
Requires-Dist: build; extra == 'build'
Requires-Dist: hatchling; extra == 'build'
Requires-Dist: pip; extra == 'build'
Requires-Dist: setuptools>=71.0.2; extra == 'build'
Requires-Dist: wheel; extra == 'build'
Provides-Extra: curl-cffi
Requires-Dist: curl-cffi!=0.6.*,<0.7.2,>=0.5.10; (os_name != 'nt' and implementation_name == 'cpython') and extra == 'curl-cffi'
Requires-Dist: curl-cffi==0.5.10; (os_name == 'nt' and implementation_name == 'cpython') and extra == 'curl-cffi'
Provides-Extra: default
Requires-Dist: brotli; (implementation_name == 'cpython') and extra == 'default'
Requires-Dist: brotlicffi; (implementation_name != 'cpython') and extra == 'default'
Requires-Dist: certifi; extra == 'default'
Requires-Dist: mutagen; extra == 'default'
Requires-Dist: pycryptodomex; extra == 'default'
Requires-Dist: requests<3,>=2.32.2; extra == 'default'
Requires-Dist: urllib3<3,>=1.26.17; extra == 'default'
Requires-Dist: websockets<14,>=13.0; extra == 'default'
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: yt-dlp[static-analysis]; extra == 'dev'
Requires-Dist: yt-dlp[test]; extra == 'dev'
Provides-Extra: pyinstaller
Requires-Dist: pyinstaller>=6.10.0; extra == 'pyinstaller'
Provides-Extra: secretstorage
Requires-Dist: cffi; extra == 'secretstorage'
Requires-Dist: secretstorage; extra == 'secretstorage'
Provides-Extra: static-analysis
Requires-Dist: autopep8~=2.0; extra == 'static-analysis'
Requires-Dist: ruff~=0.7.0; extra == 'static-analysis'
Provides-Extra: test
Requires-Dist: pytest-rerunfailures~=14.0; extra == 'test'
Requires-Dist: pytest~=8.1; extra == 'test'
Description-Content-Type: text/markdown

yt-dlp-better-download is a customized version of yt-dlp with a better download formatting.

Install with
```bash
pip install yt-dlp-better-download
```

Import to python with
```python
import yt_dlp
```
This is the same as yt-dlp so all code using yt-dlp should still work.