remove duplicate recipe

This commit is contained in:
Kovid Goyal 2022-07-20 18:41:03 +05:30
parent e21590ac17
commit 35d33fd59b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 0 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

View File

@ -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/')
]