Skip to content

Commit

Permalink
Fixed e926
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenEbonscale committed Jan 30, 2022
1 parent 01f1587 commit 98c347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion E621_Downloader/E621Dl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static void Furry_dl(string apikey, string user, bool sfw = false)
foreach (string tag in tags)
{
List<E621json> e926Jsons = e926.Get_Posts_Sfw(tag, 5);

$@".\e926\{tag.Replace(":", "")}".Creation();
foreach (E621json e926Json in e926Jsons)
{
Parallel.ForEach(e926Json.posts, post =>
Expand Down

0 comments on commit 98c347b

Please sign in to comment.