This commit is contained in:
Kovid Goyal 2020-01-16 07:11:22 +05:30
parent 87a2081816
commit 0f54548fd8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -37,5 +37,5 @@ class AdvancedUserRecipe1277443634(BasicNewsRecipe):
encoding = 'utf-8' encoding = 'utf-8'
conversion_options = {'linearize_tables': True} conversion_options = {'linearize_tables': True}
masthead_url = 'https://cache.ltn.com.tw/images/rwd_ltnlogo.png', masthead_url = 'https://cache.ltn.com.tw/images/rwd_ltnlogo.png',
cover_url = 'https://cache.ltn.com.tw/images/rwd_ltnlogo.png',, cover_url = 'https://cache.ltn.com.tw/images/rwd_ltnlogo.png'
auto_cleanup = True auto_cleanup = True