Skip to content

Instantly share code, notes, and snippets.

View shirooo39's full-sized avatar

Shiro39 shirooo39

View GitHub Profile
@shirooo39
shirooo39 / check_remote_or_local.py
Last active September 2, 2022 12:10
need help converting this python script to javascript
import pathlib
import requests
import sys
def main():
source = 'https://s4.anilist.co/file/anilistcdn/media/anime/banner/109287-Du3UxrOnIS4w.jpg'
fallback_source = 'D:/test.png'
try: