From 382b881990e32d2ea97ade72ac368f906424891f Mon Sep 17 00:00:00 2001 From: AbdullahM0hamed <25087116+AbdullahM0hamed@users.noreply.github.com> Date: Thu, 11 Feb 2021 21:45:24 +0000 Subject: [PATCH] Rectidy spelling mistake in comment --- anime_downloader/sites/nyaa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anime_downloader/sites/nyaa.py b/anime_downloader/sites/nyaa.py index c3a760111..a140af82b 100644 --- a/anime_downloader/sites/nyaa.py +++ b/anime_downloader/sites/nyaa.py @@ -17,7 +17,7 @@ class Nyaa(Anime, sitename='nyaa'): ~~~~~~ filter: Choose filter method in search. One of ['No filter', 'No remakes', 'Trusted Only'] - ignored if episodic is set to 'True' category: Choose categories to search. One of ['Anime Music Video', 'English-translated', 'Non-English-translated'] - ignored if episodic is set to 'True' - episodic: one of ['True', 'False'] - used to determine whether nyaa should be scraped as-is, or whether attempts should be made to find single-ep links, order them by ep, snd download them as you would from other providers + episodic: one of ['True', 'False'] - used to determine whether nyaa should be scraped as-is, or whether attempts should be made to find single-ep links, order them by ep, and download them as you would from other providers """ sitename = 'nyaa'