Update Ho to Geek and Make Use Of

This commit is contained in:
Kovid Goyal 2024-06-20 12:58:22 +05:30
parent af47b946ab
commit 27220db26b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 33 additions and 8 deletions

View File

@ -5,32 +5,42 @@ from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1716091656(BasicNewsRecipe): class AdvancedUserRecipe1716091656(BasicNewsRecipe):
title = 'How-To Geek' title = 'How-To Geek'
language = 'en'
description = 'How-To Geek is an digital publication focused on technology, reaching millions of readers each month.' description = 'How-To Geek is an digital publication focused on technology, reaching millions of readers each month.'
__author__ = 'Spicy Poison' __author__ = 'Spicy Poison'
publisher = 'Valnet Publishing Group'
encoding = 'utf-8' encoding = 'utf-8'
language = 'en'
use_embedded_content = False use_embedded_content = False
masthead_url = 'https://www.valnetinc.com/images/brand/htg-logo-full-colored-light.svg' masthead_url = 'https://www.valnetinc.com/images/brand/htg-logo-full-colored-light.svg'
no_stylesheets = True no_stylesheets = True
ignore_duplicate_articles = {'title', 'url'} ignore_duplicate_articles = {'title', 'url'}
oldest_article = 30 remove_empty_feeds = True
max_articles_per_feed = 100 oldest_article = 7
max_articles_per_feed = 50
auto_cleanup = True auto_cleanup = True
feeds = [ feeds = [
#Desktop
('Desktop', 'https://www.howtogeek.com/feed/category/desktop/'),
('Windows', 'https://www.howtogeek.com/feed/category/windows/'), ('Windows', 'https://www.howtogeek.com/feed/category/windows/'),
('Mac', 'https://www.howtogeek.com/feed/category/mac/'), ('Mac', 'https://www.howtogeek.com/feed/category/mac/'),
('Linux', 'https://www.howtogeek.com/feed/category/linux/'), ('Linux', 'https://www.howtogeek.com/feed/category/linux/'),
('Chromebook', 'https://www.howtogeek.com/feed/category/chromebook-chrome-os/'), ('Chromebook', 'https://www.howtogeek.com/feed/category/chromebook-chrome-os/'),
#Mobile
('Mobile', 'https://www.howtogeek.com/feed/category/mobile/'),
('Android', 'https://www.howtogeek.com/feed/category/android/'), ('Android', 'https://www.howtogeek.com/feed/category/android/'),
('iOS', 'https://www.howtogeek.com/feed/tag/ios/'), ('iOS', 'https://www.howtogeek.com/feed/tag/ios/'),
('Cellular Carriers', 'https://www.howtogeek.com/feed/category/cellular-carriers/'), ('Cellular Carriers', 'https://www.howtogeek.com/feed/category/cellular-carriers/'),
#Hardware
('Hardware', 'https://www.howtogeek.com/feed/category/hardware/'),
('Computer Hardware', 'https://www.howtogeek.com/feed/category/hardware/'), ('Computer Hardware', 'https://www.howtogeek.com/feed/category/hardware/'),
('Wifi & Networking', 'https://www.howtogeek.com/feed/category/wifi-routers/'), ('Wifi & Networking', 'https://www.howtogeek.com/feed/category/wifi-routers/'),
('Smart Home', 'https://www.howtogeek.com/feed/category/smart-home/'), ('Smart Home', 'https://www.howtogeek.com/feed/category/smart-home/'),
('eReaders', 'https://www.howtogeek.com/feed/category/ereaders/'), ('eReaders', 'https://www.howtogeek.com/feed/category/ereaders/'),
('Audio', 'https://www.howtogeek.com/feed/category/audio/'), ('Audio', 'https://www.howtogeek.com/feed/category/audio/'),
('Televisions', 'https://www.howtogeek.com/feed/category/tv/'), ('Televisions', 'https://www.howtogeek.com/feed/category/tv/'),
#Web
('Web', 'https://www.howtogeek.com/feed/category/web/'),
('Web Apps', 'https://www.howtogeek.com/feed/category/apps-web-apps/'), ('Web Apps', 'https://www.howtogeek.com/feed/category/apps-web-apps/'),
('Social Media', 'https://www.howtogeek.com/feed/category/social-media/'), ('Social Media', 'https://www.howtogeek.com/feed/category/social-media/'),
('Computer History', 'https://www.howtogeek.com/feed/category/computer-history/'), ('Computer History', 'https://www.howtogeek.com/feed/category/computer-history/'),
@ -38,15 +48,22 @@ class AdvancedUserRecipe1716091656(BasicNewsRecipe):
('Google', 'https://www.howtogeek.com/feed/category/google/'), ('Google', 'https://www.howtogeek.com/feed/category/google/'),
('Microsoft', 'https://www.howtogeek.com/feed/category/microsoft/'), ('Microsoft', 'https://www.howtogeek.com/feed/category/microsoft/'),
('Privacy & Security', 'https://www.howtogeek.com/feed/category/privacy-security/'), ('Privacy & Security', 'https://www.howtogeek.com/feed/category/privacy-security/'),
('Electric Vehicles', 'https://www.howtogeek.com/feed/category/electric-vehicles/'), #Cutting Edge
('Cutting Edge', 'https://www.howtogeek.com/feed/category/cutting-edge/'),
('Virtual Reality', 'https://www.howtogeek.com/feed/category/virtual-reality/'), ('Virtual Reality', 'https://www.howtogeek.com/feed/category/virtual-reality/'),
('AI & Machine Learning', 'https://www.howtogeek.com/feed/category/ai-machine-learning/'), ('AI & Machine Learning', 'https://www.howtogeek.com/feed/category/ai-machine-learning/'),
('Cryptocurrency', 'https://www.howtogeek.com/feed/category/cryptocurrency/'), #Lifestyle
('Lifestyle', 'https://www.howtogeek.com/feed/category/lifestyle/'),
('Gaming', 'https://www.howtogeek.com/feed/category/video-games/'), ('Gaming', 'https://www.howtogeek.com/feed/category/video-games/'),
('Streaming', 'https://www.howtogeek.com/feed/category/cord-cutting-streaming/'), ('Streaming', 'https://www.howtogeek.com/feed/category/cord-cutting-streaming/'),
('Photography', 'https://www.howtogeek.com/feed/category/photography/'), ('Photography', 'https://www.howtogeek.com/feed/category/photography/'),
('DIY', 'https://www.howtogeek.com/feed/category/diy/'), ('DIY', 'https://www.howtogeek.com/feed/category/diy/'),
('Product Reviews', 'https://www.howtogeek.com/feed/category/product-reviews/'), ('Product Reviews', 'https://www.howtogeek.com/feed/category/product-reviews/'),
('Buying Guides', 'https://www.howtogeek.com/feed/buying-guides/'), ('Buying Guides', 'https://www.howtogeek.com/feed/buying-guides/'),
('Deals', 'https://www.howtogeek.com/feed/tag/deals/'), ('Deals', 'https://www.howtogeek.com/feed/tag/deals/'),
#Discontinued Feeds
#('Electric Vehicles', 'https://www.howtogeek.com/feed/category/electric-vehicles/'),
#('Cryptocurrency', 'https://www.howtogeek.com/feed/category/cryptocurrency/'),
] ]

View File

@ -5,40 +5,48 @@ from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1716102924(BasicNewsRecipe): class AdvancedUserRecipe1716102924(BasicNewsRecipe):
title = 'Make Use of' title = 'Make Use of'
language = 'en'
description = 'MUO is now one of the largest online technology publications that millions of readers every month turn to for expert tech guidance.' description = 'MUO is now one of the largest online technology publications that millions of readers every month turn to for expert tech guidance.'
__author__ = 'Spicy Poison' __author__ = 'Spicy Poison'
publisher = 'Valnet Publishing Group'
encoding = 'utf-8' encoding = 'utf-8'
language = 'en'
use_embedded_content = False use_embedded_content = False
masthead_url = 'https://www.valnetinc.com/images/brand/muo-logo-full-colored-dark.svg' masthead_url = 'https://www.valnetinc.com/images/brand/muo-logo-full-colored-dark.svg'
no_stylesheets = True no_stylesheets = True
ignore_duplicate_articles = {'title', 'url'} ignore_duplicate_articles = {'title', 'url'}
oldest_article = 30 oldest_article = 7
max_articles_per_feed = 100 max_articles_per_feed = 50
remove_empty_feeds = True
auto_cleanup = True auto_cleanup = True
feeds = [ feeds = [
#PC & Mobile
('PC & Mobile', 'https://www.makeuseof.com/feed/category/pc-mobile/'), ('PC & Mobile', 'https://www.makeuseof.com/feed/category/pc-mobile/'),
('Windows', 'https://www.makeuseof.com/feed/category/windows/'), ('Windows', 'https://www.makeuseof.com/feed/category/windows/'),
('Mac', 'https://www.makeuseof.com/feed/category/mac/'), ('Mac', 'https://www.makeuseof.com/feed/category/mac/'),
('Linux', 'https://www.makeuseof.com/feed/category/linux/'), ('Linux', 'https://www.makeuseof.com/feed/category/linux/'),
('Android', 'https://www.makeuseof.com/feed/category/google-android/'), ('Android', 'https://www.makeuseof.com/feed/category/google-android/'),
('iOS', 'https://www.makeuseof.com/feed/category/ios/'), ('iOS', 'https://www.makeuseof.com/feed/category/ios/'),
#Internet
('Internet', 'https://www.makeuseof.com/feed/category/web-based/'), ('Internet', 'https://www.makeuseof.com/feed/category/web-based/'),
('Social Media', 'https://www.makeuseof.com/feed/category/social-media/'), ('Social Media', 'https://www.makeuseof.com/feed/category/social-media/'),
('Security', 'https://www.makeuseof.com/feed/category/security/'), ('Security', 'https://www.makeuseof.com/feed/category/security/'),
('Programming', 'https://www.makeuseof.com/feed/category/programming/'), ('Programming', 'https://www.makeuseof.com/feed/category/programming/'),
#Productivity
('Productivity', 'https://www.makeuseof.com/feed/category/productivity/'), ('Productivity', 'https://www.makeuseof.com/feed/category/productivity/'),
('Creative', 'https://www.makeuseof.com/feed/category/creative/'), ('Creative', 'https://www.makeuseof.com/feed/category/creative/'),
('DIY', 'https://www.makeuseof.com/feed/category/diy-projects/'), ('DIY', 'https://www.makeuseof.com/feed/category/diy-projects/'),
#Lifestyle
('Lifestyle', 'https://www.makeuseof.com/feed/category/lifestyle/'), ('Lifestyle', 'https://www.makeuseof.com/feed/category/lifestyle/'),
('Smart Home', 'https://www.makeuseof.com/feed/category/smart-home/'), ('Smart Home', 'https://www.makeuseof.com/feed/category/smart-home/'),
('Gaming', 'https://www.makeuseof.com/feed/category/games/'), ('Gaming', 'https://www.makeuseof.com/feed/category/games/'),
('Entertainment', 'https://www.makeuseof.com/feed/category/entertainment/'), ('Entertainment', 'https://www.makeuseof.com/feed/category/entertainment/'),
#Technology Explained
('Technology Explained', 'https://www.makeuseof.com/feed/category/technology-explained/'), ('Technology Explained', 'https://www.makeuseof.com/feed/category/technology-explained/'),
('Artificial Intelligence', 'https://www.makeuseof.com/feed/tag/artificial-intelligence/'), ('Artificial Intelligence', 'https://www.makeuseof.com/feed/tag/artificial-intelligence/'),
('Tech Jargon', 'https://www.makeuseof.com/feed/tag/pc-jargon-terminology/'), ('Tech Jargon', 'https://www.makeuseof.com/feed/tag/pc-jargon-terminology/'),
('Computer Networking', 'https://www.makeuseof.com/feed/tag/computer-networking/'), ('Computer Networking', 'https://www.makeuseof.com/feed/tag/computer-networking/'),
('Product Reviews', 'https://www.makeuseof.com/feed/category/product-reviews/'), ('Product Reviews', 'https://www.makeuseof.com/feed/category/product-reviews/'),
('Buying Guides', 'https://www.makeuseof.com/feed/category/buying-guides/'), ('Buying Guides', 'https://www.makeuseof.com/feed/category/buying-guides/'),
('Cheet Sheet', 'https://www.makeuseof.com/feed/tag/cheat-sheet/'), ('Cheet Sheet', 'https://www.makeuseof.com/feed/tag/cheat-sheet/'),