We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, url = "{FEED_URL}" # URL address of a channel, group, user, or playlist..
url = "{FEED_URL}" # URL address of a channel, group, user, or playlist.
A year ago, not knowing the file format as much, I would've done url = "{https://www.youtube.com/channel/UC4w1YQAJMWOz4qtxinq55LQ}". That's not right.
url = "{https://www.youtube.com/channel/UC4w1YQAJMWOz4qtxinq55LQ}"
I'd propose to change that, and alike to include examples (of a working config): url = "https://www.youtube.com/channel/UC4w1YQAJMWOz4qtxinq55LQ"
url = "https://www.youtube.com/channel/UC4w1YQAJMWOz4qtxinq55LQ"
/assign me
The text was updated successfully, but these errors were encountered:
Add config.toml.example (fix #269 #194)
aaf8e09
No branches or pull requests
For example,
url = "{FEED_URL}" # URL address of a channel, group, user, or playlist.
.A year ago, not knowing the file format as much, I would've done
url = "{https://www.youtube.com/channel/UC4w1YQAJMWOz4qtxinq55LQ}"
. That's not right.I'd propose to change that, and alike to include examples (of a working config):
url = "https://www.youtube.com/channel/UC4w1YQAJMWOz4qtxinq55LQ"
/assign me
The text was updated successfully, but these errors were encountered: