Cleanup previous PR
We cant rename recipe files as that will break users Fetch news subscriptions to the renamed recipe. Also optimize the recipe icons and move them into the icons subfolder. Apply some pep8 cleanup.
Before Width: | Height: | Size: 1.2 KiB |
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from calibre.web.feeds.recipes import BasicNewsRecipe
|
from calibre.web.feeds.recipes import BasicNewsRecipe
|
||||||
from bs4 import BeautifulSoup
|
|
||||||
|
|
||||||
class Volkskrant(BasicNewsRecipe):
|
class Volkskrant(BasicNewsRecipe):
|
||||||
title = 'Dilema'
|
title = 'Dilema'
|
||||||
|
BIN
recipes/icons/dilema.png
Normal file
After Width: | Height: | Size: 767 B |
BIN
recipes/icons/internazionale.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
recipes/icons/parool.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
recipes/icons/revista22.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 1.6 KiB |
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from calibre.web.feeds.recipes import BasicNewsRecipe
|
from calibre.web.feeds.recipes import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class Volkskrant(BasicNewsRecipe):
|
class Volkskrant(BasicNewsRecipe):
|
||||||
title = 'Internazionale'
|
title = 'Internazionale'
|
||||||
__author__ = 'Cristi Ghera'
|
__author__ = 'Cristi Ghera'
|
||||||
|
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 12 KiB |