mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
remove obsolete re ; update change Artur's nickname into real name
This commit is contained in:
parent
dc568659e7
commit
1dfea2ab04
@ -8,7 +8,6 @@ dzialzagraniczny.pl
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
class dzial_zagraniczny(BasicNewsRecipe):
|
class dzial_zagraniczny(BasicNewsRecipe):
|
||||||
title = u'Dział Zagraniczny'
|
title = u'Dział Zagraniczny'
|
||||||
@ -21,9 +20,8 @@ class dzial_zagraniczny(BasicNewsRecipe):
|
|||||||
cover_url = 'https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn1/c145.5.160.160/559442_415653975115959_2126205128_n.jpg'
|
cover_url = 'https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn1/c145.5.160.160/559442_415653975115959_2126205128_n.jpg'
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
remove_empty_feeds = True
|
remove_empty_feeds = True
|
||||||
simultaneous_downloads = 5
|
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
use_embedded_content = True
|
use_embedded_content = True
|
||||||
|
|
||||||
feeds = [(u'Dział zagraniczny', u'http://feeds.feedburner.com/dyndns/UOfz')]
|
feeds = [(u'Dział zagraniczny', u'http://feeds.feedburner.com/dyndns/UOfz')]
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
import re
|
#!/usr/bin/env python
|
||||||
|
__license__ = 'GPL v3'
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class FocusRecipe(BasicNewsRecipe):
|
class FocusRecipe(BasicNewsRecipe):
|
||||||
|
|
||||||
__license__ = 'GPL v3'
|
__author__ = u'Artur Stachecki <artur.stachecki@gmail.com>'
|
||||||
__author__ = u'intromatyk <intromatyk@gmail.com>'
|
|
||||||
language = 'pl'
|
language = 'pl'
|
||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ www.ittechblog.pl
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
class ittechblog(BasicNewsRecipe):
|
class ittechblog(BasicNewsRecipe):
|
||||||
title = u'IT techblog'
|
title = u'IT techblog'
|
||||||
|
@ -20,6 +20,7 @@ class km_blog(BasicNewsRecipe):
|
|||||||
remove_javascript=True
|
remove_javascript=True
|
||||||
no_stylesheets=True
|
no_stylesheets=True
|
||||||
remove_empty_feeds = True
|
remove_empty_feeds = True
|
||||||
|
|
||||||
feeds = [(u'blog', u'http://korwin-mikke.pl/blog/rss')]
|
feeds = [(u'blog', u'http://korwin-mikke.pl/blog/rss')]
|
||||||
|
|
||||||
keep_only_tags =[]
|
keep_only_tags =[]
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
class KrytykaPolitycznaRecipe(BasicNewsRecipe):
|
class KrytykaPolitycznaRecipe(BasicNewsRecipe):
|
||||||
__license__ = 'GPL v3'
|
__author__ = u'Artur Stachecki <artur.stachecki@gmail.com>'
|
||||||
__author__ = u'intromatyk <intromatyk@gmail.com>'
|
|
||||||
language = 'pl'
|
language = 'pl'
|
||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ media2.pl
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
class media2_pl(BasicNewsRecipe):
|
class media2_pl(BasicNewsRecipe):
|
||||||
title = u'Media2'
|
title = u'Media2'
|
||||||
@ -33,5 +32,4 @@ class media2_pl(BasicNewsRecipe):
|
|||||||
remove_tags.append(dict(name = 'div', attrs = {'class' : 'item-sidebar'}))
|
remove_tags.append(dict(name = 'div', attrs = {'class' : 'item-sidebar'}))
|
||||||
remove_tags.append(dict(name = 'div', attrs = {'class' : 'news-tags'}))
|
remove_tags.append(dict(name = 'div', attrs = {'class' : 'news-tags'}))
|
||||||
|
|
||||||
|
|
||||||
feeds = [(u'Media2', u'http://feeds.feedburner.com/media2')]
|
feeds = [(u'Media2', u'http://feeds.feedburner.com/media2')]
|
||||||
|
@ -8,7 +8,6 @@ www.mobilna.pl
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
class mobilna(BasicNewsRecipe):
|
class mobilna(BasicNewsRecipe):
|
||||||
title = u'Mobilna.pl'
|
title = u'Mobilna.pl'
|
||||||
|
@ -8,7 +8,6 @@ www.mojegotowanie.pl
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
class mojegotowanie(BasicNewsRecipe):
|
class mojegotowanie(BasicNewsRecipe):
|
||||||
title = u'Moje Gotowanie'
|
title = u'Moje Gotowanie'
|
||||||
|
@ -8,7 +8,6 @@ nczas.com
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
class nczas(BasicNewsRecipe):
|
class nczas(BasicNewsRecipe):
|
||||||
title = u'Najwy\u017cszy Czas'
|
title = u'Najwy\u017cszy Czas'
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
__license__ = 'GPL v3'
|
__license__ = 'GPL v3'
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
|
|
||||||
class NowinyRybnik(BasicNewsRecipe):
|
class NowinyRybnik(BasicNewsRecipe):
|
||||||
title = u'Nowiny - Rybnik'
|
title = u'Nowiny - Rybnik'
|
||||||
|
@ -8,7 +8,6 @@ http://www.osw.waw.pl - Osrodek studiow wschodnich
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
class OSW_Recipe(BasicNewsRecipe):
|
class OSW_Recipe(BasicNewsRecipe):
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
import re
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
__license__ = 'GPL v3'
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
class ppeRecipe(BasicNewsRecipe):
|
class ppeRecipe(BasicNewsRecipe):
|
||||||
__license__ = 'GPL v3'
|
|
||||||
__author__ = u'Artur Stachecki <artur.stachecki@gmail.com>'
|
__author__ = u'Artur Stachecki <artur.stachecki@gmail.com>'
|
||||||
language = 'pl'
|
language = 'pl'
|
||||||
version = 1
|
|
||||||
|
|
||||||
title = u'ppe.pl'
|
title = u'ppe.pl'
|
||||||
category = u'News'
|
category = u'News'
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
import re
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
__license__ = 'GPL v3'
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
from calibre.utils.magick import Image
|
from calibre.utils.magick import Image
|
||||||
|
|
||||||
class ResPublicaNowaRecipe(BasicNewsRecipe):
|
class ResPublicaNowaRecipe(BasicNewsRecipe):
|
||||||
__license__ = 'GPL v3'
|
__license__ = 'GPL v3'
|
||||||
__author__ = u'intromatyk <intromatyk@gmail.com>'
|
__author__ = u'Artur Stachecki <artur.stachecki@gmail.com>'
|
||||||
language = 'pl'
|
language = 'pl'
|
||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ wolnemedia.net
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
import re
|
|
||||||
|
|
||||||
class wolne_media(AutomaticNewsRecipe):
|
class wolne_media(AutomaticNewsRecipe):
|
||||||
title = u'Wolne Media'
|
title = u'Wolne Media'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user