Releases: iiEpic/wco-dl
v2021-03-28
Added the following by @AnimeDevOps
- Database of downloaded animes
- Resume feature if a download is stopped
- Logger for errors
-sh
and-us
arguments for showing downloaded animes and updating shows respectfully- Some small fixes
v2021-03-27-1
This is an awesome update that makes some quality of life changes!
@AnimeDevOps has added:
- Progress bar when downloading
- Auto skip if show has already been downloaded
These are awesome changes! Thank you for your time and knowledge!
I also released a hotfix for downloading single episodes. I know we fixed the Backup_Url last update but I only fixed it when you download an entire show/series not a single episode. It is fixed now though!
** Side note: Going through my code I realized that I added the ability to download the latest 5 episodes at one point.. Don't remember when that was but feel free to use it! Use the episode range argument (-epr
) and add L5
as your range (upper or lowercase is fine)
v2021-03-23
This update fixes issue #19
Issue 19: Unable to download a show because the URL was not responding.
Fix: Use the backup URL that the scrapper finds and the download will work this time.
Shoutout to @barkermn01 and @MrCtje for the fix! I just implemented it.
** Side note: This exe contains the "Clean Up" commit **
v2021-01-26
Update fixes issue #18 with.
Side Note: This is only x64 build.. Nobody even runs a x86 anymore so I will not be building them.
v2020-11-10
Small Patch
This fixes issues #5, #7, script_url being empty, and small errors when using Windows.
This patch adds the ability to name the files how you want them to appear in the settings.json file.
There are not many updates I am doing anymore to this however I would recommend checking out MyAnimeDownloader also made by me.
That is basically wco-dl rebuilt from the ground up with more features and much cleaner code.
v2020-01-27
Small Patch
Downloader.py
- Fixed if show has weird name it will still put Name-Season #-Episode #
Lifter.py
- Fixed if downloading only Season One using the argument
-se 1
it will now work. - Will now download shows starting oldest to newest not newest to oldest.
ReadMe
- Simple fixes for aesthetic pleasure
To-Do
- Create argument
-n
to download newest show when using the whole show URL - (Example: wcostream.com/anime/show-name)
- Save all previously downloaded show names and output locations in a text file
- Scraper Mode
- When calling this argument
-s
, it will check all of your previously downloaded shows (see above) and see if there is a new episode out - If there is, it will begin downloading it to the directory where the previous episode was downloaded
- Possibly adding the ability to track if user has all the shows out for that Anime/Cartoon
- Example.
- There are 12 episodes of
My Favorite Anime
- I tell the program where I stored
My Favorite Anime
- The program will reach out to wcostream and find out how many episodes are in
My Favorite Anime
- It will display in a neat fashion as shown below
- If I'm missing any I can run the following command to grab the missing files
__main__.py -i https://www.wcostream.com/anime/my-favorite-anime/ --fix
- There are 12 episodes of
Show Name | Completion |
---|---|
My Favorite Anime | 12/12 |
!! Another Good Anime | 10/12 !! |
First Release - v1.0
Initial Upload
-
This is the initial upload of the exe file.
-
Please ignore this file as of: 2020-01-26 Updates
2020-01-26 Updates
- Fixes downloading of Season One only