Metadata-Version: 2.1
Name: dwl
Version: 0.4.1
Summary: Stupid command to download YouTube's `watch later` videos.
Home-page: https://gitlab.com/xliiv/dwl
Author: xliiv
Author-email: tymoteusz.jankowski@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: backcall (==0.1.0)
Requires-Dist: beautifulsoup4 (==4.7.1)
Requires-Dist: decorator (==4.4.0)
Requires-Dist: furl (==2.0.0)
Requires-Dist: ipdb (==0.12)
Requires-Dist: ipython (==7.5.0)
Requires-Dist: ipython-genutils (==0.2.0)
Requires-Dist: jedi (==0.13.3)
Requires-Dist: ordered-set (==3.1.1)
Requires-Dist: orderedmultidict (==1.0)
Requires-Dist: parso (==0.4.0)
Requires-Dist: pexpect (==4.7.0)
Requires-Dist: pickleshare (==0.7.5)
Requires-Dist: prompt-toolkit (==2.0.9)
Requires-Dist: ptyprocess (==0.6.0)
Requires-Dist: Pygments (==2.4.2)
Requires-Dist: setuptools-scm (==3.3.3)
Requires-Dist: six (==1.12.0)
Requires-Dist: soupsieve (==1.9.1)
Requires-Dist: traitlets (==4.3.2)
Requires-Dist: typing (==3.7.4)
Requires-Dist: wcwidth (==0.1.7)
Requires-Dist: youtube-dl (==2020.1.24)

Stupid command to download YouTube's `watch later` videos from a local file.

# Release a new version

TODO: make it a script
```
# git diff must be empty
git tag -l
git tag v0.x.0
bash scripts/build.sh
bash scripts/publish.sh
git push origin --tags
```


