diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-07-07 03:00:46 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-07 03:00:46 +0200 |
commit | b9267c0ff2b13cb3a3bdd8f28a1a2329ef01f5d6 (patch) | |
tree | 4dba504c82d1569218e6393aa55f7c9bf59ca695 | |
parent | fe39ea8bd81a79e77269b02420620d30f86e5937 (diff) |
Clearify the meaning of --start-after
-rwxr-xr-x | automedia.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automedia.py b/automedia.py index 8e32a98..71142ff 100755 --- a/automedia.py +++ b/automedia.py @@ -629,7 +629,7 @@ def usage_add(): print(" type The type should be either rss or html") print(" url The url to the rss or html") print(" --name The display name to be used for the media. Optional for rss, in which case the name will be retries from rss TITLE, required for html") - print(" --start-after The sync should start downloading media after this item (Optional, default is to start from the first item)") + print(" --start-after The sync should start downloading media after this item. This --start-after value should be the title of the episode/chapter (Optional, default is to start from the first item)") print("EXAMPLES") print(" automedia.py add rss 'https://nyaa.si/?page=rss&q=Tejina-senpai+1080p&c=0_0&f=0&u=HorribleSubs'") print(" automedia.py add html 'https://manganelo.com/manga/read_naruto_manga_online_free3' --name Naruto") |