Skip to content

Instantly share code, notes, and snippets.

View rustymyers's full-sized avatar
🤓
Working from home

Rusty Myers rustymyers

🤓
Working from home
View GitHub Profile
#!/usr/bin/python3
"""#------------------------------------------------------------------------------------------------
#-- Movie Tag Updater for Radarr
#--------------------------------------------------------------------------------------------------
# Program : Radarr_tagarr
# To Complie : n/a
#
# Purpose : Add tags and profiles to radarr movies. Tags are retreived from Radarr.
# Say Y to add a tag. N to skip a tag. N for all tags will remove all tags.
#
#!python3
#--------------------------------------------------------------------------------------------------
#-- Download Star Wars Images
#--------------------------------------------------------------------------------------------------
# Program : getURLImages.py
# To Complie : n/a
#
# Purpose : Download images from a web page.
# Speifically https://www.starwars.com/news/star-wars-backgrounds
#