Sayanth
Sayanth
That's because you were passing string as parameter in API.remove(), where it requires Download object. Try ``` download = aria2.get_download("83b6e25917090426") aria2.remove(download) ``` or `aria2.client.remove("83b6e25917090426")` Check this out for all the...
Tried this? https://instaloader.github.io/codesnippets.html#download-posts-in-a-specific-period
Then try this https://instaloader.github.io/basic-usage.html#filter-posts Use **date_utc** for your case
> have a look at #1780 where @OMGhozlan proposed a script for importing cookies from Chrome. Yeah, that's working, although I had to change the script's default path with my...