-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command to download and cache lists. #18
Conversation
} | ||
|
||
root := parser.ParseIndex(fetched) | ||
urls := getAllChildrenURLs(root.GetChildren()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I could tell, only the root
level awesome list has links to other lists. Is that correct? If not, how can I differentiate list links from regular link nodes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is correct. The cli totally relies on this. Because, the owner of awesome list root repo pushes it with contribution guideline.
Since you merged #19 I rebased and typos should be good now 👍 |
@jmhobbs Many thanks for this great PR :) |
My pleasure, it's a neat project! |
I took a pass at #4, would love to iterate on this if you have feedback.
Here's a demo run starting with a mostly complete cache: