claremacrae / obsidian-repos-downloader

Download every approved Obsidian.md community Plugin and Theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The split at obsidian-repos-downloader.py line 135 dies for "threethan/obsidian-material-flat-theme/"

wagle opened this issue · comments

The split at obsidian-repos-downloader.py line 135 dies for "threethan/obsidian-material-flat-theme/"

(I inserted a print(repo) at line 135)

File "/Users/wagle/Documents/Obsidian/obsidian-plugin-repos/../obsidian-repos-downloader/obsidian-repos-downloader.py", line 136, in clone_or_update_repo
user, repo_name = repo.split("/")
ValueError: too many values to unpack (expected 2)

Many thanks for reporting this.

I've put in a request to fix the formatting in the community list of themes:

If you subscribe to that ticket, you will get a notification when it is merged, and then you can try my downloader script again.

That fix in the community list of themes has been merged already, so this script should work fine now.
Thanks again.