cleanup; seems broken now getting 403s...

This commit is contained in:
2021-05-04 21:37:46 -05:00
parent 3f544189ff
commit e256f60332
9 changed files with 29 additions and 23 deletions

5
songs
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# http://github.com/mitchweaver/bin
# http://github.com/mitchweaver/metal-archives
#
# get songs from a given 'band - album' from metal-archives.com
#
@@ -97,4 +97,5 @@ def main():
url = find_album_url(arg[0], arg[1])
get_songs(url)
if __name__ == "__main__": main()
if __name__ == "__main__":
main()