anime-dl / anime-downloader

A simple but powerful anime downloader and streamer.
The Unlicense
1.93k stars 221 forks source link

Check for new versions #709

Closed ArjixWasTaken closed 2 years ago

ArjixWasTaken commented 2 years ago

This simply compares the installed version with the latest version hosted on github. (I plan to add Pypi later as well.)

ArjixWasTaken commented 2 years ago

It would be nice to have a way to detect if this package is installed via pip or if it was cloned and installed. That way I can check only on pypi if installed from pypi. Or only on github if installed from github.