From b9267c0ff2b13cb3a3bdd8f28a1a2329ef01f5d6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 7 Jul 2020 03:00:46 +0200 Subject: Clearify the meaning of --start-after --- automedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3