This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!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 | |
| # |
OlderNewer