mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8153195aa0
commit
97ca954c13
@ -1,5 +1,4 @@
|
|||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
class HNonlineRecipe(BasicNewsRecipe):
|
class HNonlineRecipe(BasicNewsRecipe):
|
||||||
__license__ = 'GPL v3'
|
__license__ = 'GPL v3'
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
http://www.unperiodico.unal.edu.co/
|
http://www.unperiodico.unal.edu.co/
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre import strftime
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
class UNPeriodico(BasicNewsRecipe):
|
class UNPeriodico(BasicNewsRecipe):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user