Skip to content

Commit

Permalink
PYPI Version 1.4.6[Beta]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lqlsoftware committed Aug 6, 2022
1 parent 8c01641 commit 8591350
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pip install avutil

```sh
$ tidyup -h
usage: tidyup [-h] [-r] [-i IN] [-o OUT] [-p PROXY] [-s SOURCE] [-t THREAD] [--with-poster]
usage: tidyup [-h] [-r] [-i IN] [-o OUT] [-p PROXY] [-s SOURCE] [-t THREAD] [-e ENCODER] [--with-poster]

Tidy up your personal video dir

Expand All @@ -44,6 +44,8 @@ optional arguments:
data source of video info, 'library' or 'bus'
-t THREAD, --thread THREAD
threads num, use multi-threads to download info & images
-e ENCODER, --encoder ENCODER
encoder of meta-data, 'nfo'(default) or 'vsmeta'
--with-poster save poster
```

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="avutil",
version="1.4.5",
version="1.4.6",
author="Everyone",
description="Provide some useful util functions and a poweful tool (tidyup) for tidying up your video folder",
long_description=long_description,
Expand All @@ -20,7 +20,8 @@
install_requires=[
'beautifulsoup4 >= 4.7.0',
'requests >= 2.21.0',
'pytesseract >= 0.3.7'
'pytesseract >= 0.3.7',
'bitstring >= 3.1.0',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8591350

Please sign in to comment.