Tomáš Hnyk 1c31f8010e
Fix 308 error that started appearing today
I tried to run the recipe today and I would get this error 

```
calibre, version 5.35.0 (linux, embedded-python: True)
Conversion error: Failed: Fetch news from Respekt Magazine – Print

Fetch news from Respekt Magazine – Print
Conversion options changed from defaults:
  verbose: 2
  output_profile: 'kindle'
Resolved conversion options
calibre version: 5.35.0
{'asciiize': False,
 'author_sort': None,
 'authors': None,
 'base_font_size': 0,
 'book_producer': None,
 'change_justification': 'original',
 'chapter': None,
 'chapter_mark': 'pagebreak',
 'comments': None,
 'cover': None,
 'debug_pipeline': None,
 'dehyphenate': True,
 'delete_blank_paragraphs': True,
 'disable_font_rescaling': False,
 'dont_compress': False,
 'dont_download_recipe': False,
 'duplicate_links_in_toc': False,
 'embed_all_fonts': False,
 'embed_font_family': None,
 'enable_heuristics': False,
 'expand_css': False,
 'extra_css': None,
 'extract_to': None,
 'filter_css': None,
 'fix_indents': True,
 'font_size_mapping': None,
 'format_scene_breaks': True,
 'html_unwrap_factor': 0.4,
 'input_encoding': None,
 'input_profile': <calibre.customize.profiles.InputProfile object at 0x7f4f2bcecbb0>,
 'insert_blank_line': False,
 'insert_blank_line_size': 0.5,
 'insert_metadata': False,
 'isbn': None,
 'italicize_common_cases': True,
 'keep_ligatures': False,
 'language': None,
 'level1_toc': None,
 'level2_toc': None,
 'level3_toc': None,
 'line_height': 0,
 'linearize_tables': False,
 'lrf': False,
 'margin_bottom': 5.0,
 'margin_left': 5.0,
 'margin_right': 5.0,
 'margin_top': 5.0,
 'markup_chapter_headings': True,
 'max_toc_links': 50,
 'minimum_line_height': 120.0,
 'mobi_file_type': 'old',
 'mobi_ignore_margins': False,
 'mobi_keep_original_images': False,
 'mobi_toc_at_start': False,
 'no_chapters_in_toc': False,
 'no_inline_navbars': True,
 'no_inline_toc': False,
 'output_profile': <calibre.customize.profiles.KindleOutput object at 0x7f4f2bcfc100>,
 'page_breaks_before': None,
 'personal_doc': '[PDOC]',
 'prefer_author_sort': False,
 'prefer_metadata_cover': False,
 'pretty_print': False,
 'pubdate': None,
 'publisher': None,
 'rating': None,
 'read_metadata_from_opf': None,
 'remove_fake_margins': True,
 'remove_first_image': False,
 'remove_paragraph_spacing': False,
 'remove_paragraph_spacing_indent_size': 1.5,
 'renumber_headings': True,
 'replace_scene_breaks': '',
 'search_replace': None,
 'series': None,
 'series_index': None,
 'share_not_sync': False,
 'smarten_punctuation': False,
 'sr1_replace': '',
 'sr1_search': '',
 'sr2_replace': '',
 'sr2_search': '',
 'sr3_replace': '',
 'sr3_search': '',
 'start_reading_at': None,
 'subset_embedded_fonts': False,
 'tags': None,
 'test': False,
 'timestamp': None,
 'title': None,
 'title_sort': None,
 'toc_filter': None,
 'toc_threshold': 6,
 'toc_title': None,
 'transform_css_rules': None,
 'transform_html_rules': None,
 'unsmarten_punctuation': False,
 'unwrap_lines': True,
 'use_auto_toc': False,
 'verbose': 2}
Failed to initialize plugin: '/home/drew/.config/calibre/plugins/DeDRM.zip'
InputFormatPlugin: Recipe Input running
Downloading recipe urn: builtin:respekt_magazine
Trying to get latest version of recipe: respekt_magazine
Using user agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36
Traceback (most recent call last):
  File "runpy.py", line 194, in _run_module_as_main
  File "runpy.py", line 87, in _run_code
  File "site.py", line 45, in <module>
  File "site.py", line 41, in main
  File "calibre/utils/ipc/worker.py", line 215, in main
  File "calibre/gui2/convert/gui_conversion.py", line 31, in gui_convert_recipe
  File "calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert
  File "calibre/ebooks/conversion/plumber.py", line 1108, in run
  File "calibre/customize/conversion.py", line 242, in __call__
  File "calibre/ebooks/conversion/plugins/recipe_input.py", line 137, in convert
  File "calibre/web/feeds/news.py", line 1056, in download
  File "calibre/web/feeds/news.py", line 1225, in build_index
  File "<string>", line 77, in parse_index
  File "calibre/web/feeds/news.py", line 706, in index_to_soup
  File "mechanize/_mechanize.py", line 241, in open_novisit
  File "mechanize/_mechanize.py", line 313, in _mech_open
mechanize._response.httperror_seek_wrapper: HTTP Error 308: Permanent Redirect
```

changind the urls to https instead of https fixes this.

Otherwise, it is more proper to use a dash and not a hyphen in a name.
2022-01-23 17:05:50 +01:00
..
2021-07-11 12:31:38 +02:00
2020-06-05 10:32:54 +05:30
2020-05-16 15:05:19 +05:30
2021-06-03 18:23:07 +05:30
2021-06-03 18:23:07 +05:30
2018-08-21 01:47:52 +02:00
2021-06-08 14:47:00 +05:30
2021-12-06 20:09:14 +05:30
2020-12-27 18:27:11 +05:30
2020-05-09 21:55:39 +05:30
2021-08-12 14:45:46 +05:30
2021-08-12 14:45:46 +05:30
2017-05-08 08:20:28 +05:30
2020-06-05 11:26:04 +05:30
2021-12-19 08:30:13 +05:30
2021-12-19 08:30:13 +05:30
2018-09-10 12:11:28 +05:30
2021-10-31 11:56:59 +05:30
2020-08-11 07:35:48 +05:30
2020-08-22 18:48:32 +05:30
2018-07-08 08:23:22 +05:30
...
2019-07-25 13:56:15 +05:30
2021-12-31 20:46:51 +05:30
2019-08-13 20:12:36 +05:30
2020-02-24 07:14:00 +05:30
2018-06-29 17:13:15 +05:30
2021-04-18 07:51:56 +05:30
2018-01-10 23:46:09 +05:30
2019-11-07 14:52:14 +05:30
2018-09-11 10:54:01 +05:30
2018-03-21 20:49:10 +05:30
2020-08-22 18:48:34 +05:30
2021-10-05 09:20:48 +05:30
2018-09-29 10:45:07 +05:30
2018-09-10 12:11:28 +05:30
2017-10-19 22:11:28 +02:00
2022-01-11 11:21:36 +05:30
2016-12-03 06:52:55 +01:00
2018-09-10 12:11:28 +05:30
2020-12-26 09:47:55 +05:30
2021-10-10 19:15:42 +05:30
2018-07-13 08:13:02 +05:30
2018-09-10 12:11:28 +05:30
2021-02-09 07:54:15 +05:30
2021-11-15 08:30:47 +05:30
2019-08-27 19:25:31 +05:30
2019-10-14 22:38:55 +02:00
2019-05-18 15:34:29 +05:30
2017-08-15 09:42:23 +05:30
2019-10-14 23:21:49 +02:00
2020-03-15 18:57:40 +05:30
2021-10-12 18:55:48 +05:30
2022-01-16 04:51:08 +05:30
...
2021-05-05 20:33:52 +05:30
2021-07-27 12:09:18 +05:30
2019-11-07 14:52:14 +05:30
2021-12-31 17:23:19 +05:30
2020-03-15 17:31:29 +05:30
2019-12-19 11:08:04 +05:30
2018-04-08 10:00:46 +05:30
2021-04-18 13:10:35 +05:30
2019-09-08 14:07:59 +05:30
2018-09-10 12:11:28 +05:30
2021-07-04 13:18:49 +05:30
2021-02-14 10:11:48 +05:30
2021-02-14 09:20:54 +05:30
2020-04-15 12:34:09 +05:30
2020-04-15 12:34:09 +05:30
2019-12-27 21:42:44 +05:30
2018-03-25 09:10:08 +05:30
2020-05-20 07:34:34 +05:30
2021-07-03 13:17:36 +05:30
2021-05-03 12:03:41 +05:30
2019-10-13 09:49:27 +05:30
2020-08-31 09:16:16 +05:30
2021-09-10 12:10:56 +05:30
2020-09-07 13:01:45 +05:30
2021-06-03 18:23:07 +05:30
2019-09-08 14:07:59 +05:30
2020-08-22 18:48:32 +05:30
2021-01-20 09:20:42 +05:30
2021-01-20 08:46:08 +05:30
2021-06-02 09:40:12 +05:30
...
2020-12-21 09:26:59 +05:30
2016-12-03 06:52:55 +01:00
2019-10-15 21:38:19 +02:00
2016-12-04 08:44:29 +05:30
2019-10-16 01:04:29 +02:00
2019-10-15 22:41:04 +02:00
2017-02-25 21:37:30 -06:00
2018-09-10 12:11:28 +05:30
2020-08-22 18:48:34 +05:30
2021-10-30 10:39:25 +02:00
2021-10-30 10:39:25 +02:00
2018-05-22 09:09:18 +05:30
2019-09-08 14:07:59 +05:30
2019-11-24 08:42:50 +05:30
2021-11-01 08:09:50 +01:00
...
2020-01-16 07:11:22 +05:30
2020-10-21 11:15:53 +05:30
2020-10-30 20:47:21 +05:30
2017-10-16 23:15:03 +02:00
2020-08-22 18:48:32 +05:30
2021-12-06 05:28:38 +05:30
2018-09-10 12:11:28 +05:30
2020-12-27 13:38:22 +05:30
2016-12-03 06:52:55 +01:00
2021-07-28 22:13:56 +05:30
2019-10-21 23:41:14 +02:00
2019-03-26 08:17:57 -07:00
...
2021-07-27 12:11:27 +05:30
2021-04-18 13:45:48 +05:30
2018-02-06 22:35:36 +05:30
...
2020-11-10 10:07:50 +05:30
2021-11-10 10:01:55 +05:30
2018-09-29 10:32:33 +05:30
2018-09-11 10:54:01 +05:30
2017-01-21 16:19:28 +08:00
...
2019-04-01 14:25:48 +05:30
2017-08-15 09:42:23 +05:30
2021-06-15 08:13:16 +05:30
2021-12-30 20:54:15 +05:30
2019-09-08 14:07:59 +05:30
2021-10-15 19:37:18 +05:30
2020-09-13 21:39:44 +05:30
2020-10-26 07:40:16 +05:30
2018-10-19 07:51:25 +05:30
2020-08-27 09:39:35 +05:30
2021-12-16 21:36:03 +05:30
2022-01-01 14:34:27 +05:30
2018-11-25 17:47:37 +05:30
2017-06-01 00:15:05 +05:30
2018-10-19 07:51:25 +05:30
2020-08-22 18:48:32 +05:30
2020-08-22 18:48:32 +05:30
2020-12-22 20:25:49 +05:30
2020-12-27 13:21:37 +05:30
2016-12-03 06:52:55 +01:00
2016-12-03 06:52:55 +01:00
2021-02-14 20:48:03 +05:30
2019-09-20 10:38:58 +05:30
2021-11-15 15:06:59 +05:30
2020-02-25 19:20:48 +05:30
2016-12-03 06:52:55 +01:00
2021-04-02 13:09:46 +05:30
...
2017-12-13 07:20:30 +05:30
2021-01-04 20:32:27 +05:30
2018-10-06 23:31:15 +02:00
2020-08-22 18:48:32 +05:30
...
2019-02-26 15:12:07 +05:30
2019-12-15 18:56:36 +05:30
...
2020-02-26 14:43:52 +05:30
2020-04-27 13:25:05 +05:30
2020-12-23 10:39:43 +05:30
2021-04-19 08:36:34 +05:30
2017-02-06 15:09:53 -06:00
...
2021-09-10 16:51:47 +05:30
2020-08-22 18:48:32 +05:30
2019-11-23 16:56:29 +05:30
2017-11-01 17:11:07 +05:30
...
2021-01-06 10:56:16 +05:30
2020-09-05 20:14:00 +05:30
2017-11-19 07:44:57 +05:30
...
2021-10-19 12:41:53 +05:30
2020-05-24 11:36:40 +05:30
2020-02-28 20:30:07 +05:30
2021-01-04 22:15:31 +05:30
2018-11-13 10:14:42 +05:30
2020-12-19 21:11:05 +05:30