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/env python3 | |
| import os | |
| import sys | |
| import subprocess | |
| import patoolib # `patool` package | |
| import tempfile | |
| import shutil | |
| FONT_EXTENSIONS = (".ttf", ".otf") |
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
| // ==UserScript== | |
| // @name Bandcamp Release Identifier | |
| // @version 1.1 | |
| // @description tells you if the release is a track or album under its title | |
| // @author tunalad | |
| // @match *://*.bandcamp.com/* | |
| // @exclude *://bandcamp.com/ | |
| // @grant none | |
| // ==/UserScript== |
OlderNewer