This commit is contained in:
Kovid Goyal 2022-03-27 19:23:28 +05:30
parent 8f3bbf0e0d
commit dc8b1da999
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 3 deletions

View File

@ -79,8 +79,8 @@ class CourrierInternational(BasicNewsRecipe):
('Sport', 'https://www.courrierinternational.com/feed/category/6273/rss.xml'),
('Tendances', 'https://www.courrierinternational.com/feed/category/6282/rss.xml'),
('Réveil', 'https://www.courrierinternational.com/feed/category/8224/rss.xml'),
('Enquêtes', 'https://www.courrierinternational.com/feed/category/6678/rss.xml'),
('Histoire', 'https://www.courrierinternational.com/feed/category/6679/rss.xml'),
('Enquêtes', 'https://www.courrierinternational.com/feed/category/6678/rss.xml'),
('Histoire', 'https://www.courrierinternational.com/feed/category/6679/rss.xml'),
('Sciences & Techno', 'https://www.courrierinternational.com/feed/category/6268/rss.xml'),
('Voyage', 'https://www.courrierinternational.com/feed/category/6271/rss.xml'),
]

View File

@ -3,7 +3,6 @@ Created on 23 Sep 2010
@author: charles
'''
from _ast import arg, arguments
__license__ = 'GPL v3'
__copyright__ = '2010, Kovid Goyal <kovid@kovidgoyal.net>'