mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
remove duplicate recipe
This commit is contained in:
parent
e21590ac17
commit
35d33fd59b
Binary file not shown.
Before Width: | Height: | Size: 574 B |
@ -1,19 +0,0 @@
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=utf-8
|
||||
|
||||
from __future__ import unicode_literals, division, absolute_import, print_function
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class UATizhden(BasicNewsRecipe):
|
||||
title = u'\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0438\u0439 \u0422\u0438\u0436\u0434\u0435\u043d\u044c'
|
||||
__author__ = 'rpalyvoda (with fixes by bugmen00t)'
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
language = 'uk'
|
||||
cover_url = 'https://tyzhden.ua/sharing_image.jpg'
|
||||
auto_cleanup = True
|
||||
|
||||
feeds = [
|
||||
(u'\u041D\u043E\u0432\u0438\u043D\u0438', u'https://tyzhden.ua/RSS/All/')
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user