Update atomparser.cpp

This commit is contained in:
martinrotter 2024-07-26 06:37:05 +02:00 committed by GitHub
parent 70f9374494
commit 01544ea86c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ QList<StandardFeed*> AtomParser::discoverFeeds(ServiceRoot* root, const QUrl& ur
// https://github.com/:owner/:repo/releases.atom
// https://github.com/:owner/:repo/commits.atom
// https://github.com/:user/:repo/tags.atom
// 6. If URL if Youtube, find channel ID.
// 6. If URL is Youtube, find channel ID.
// Download URL.
int timeout = qApp->settings()->value(GROUP(Feeds), SETTING(Feeds::UpdateTimeout)).toInt();