- OS version and name: OS X 12.6.7
- Python version: 3.11.4
- Pelican version: 4.8.0
- Link to theme: default
- Links to plugins: default
- Link to your site: n/a
- Link to your source: n/a
- Link to a Gist with the contents of your settings file: n/a
Issue
Importing tumblr blog entry with an image produces an incorrect link.
For example, https://www.tumblr.com/boxydog/188887119699/a-nice-visualization-of-whats-been-getting produces the link all spread out one letter at a time (see below). I bet the python code is iterating over a string when it thinks it's iterating over a list.
First 50 lines of the .rst file:
$ head -50 boxydog.com/2019-11-07-a-nice-visualization-of-whats-been-getting.rst
blog.bluecrossmn.com
####################
:date: 2019-11-07 15:26:40
:author: boxydog
:category: photo
:tags: economics
:slug: 2019-11-07-a-nice-visualization-of-whats-been-getting
:status: published
<
i
m
g
a
l
t
=
"
"
s
r
c
=
"
h
t
t
p
s
:
Issue
Importing tumblr blog entry with an image produces an incorrect link.
For example, https://www.tumblr.com/boxydog/188887119699/a-nice-visualization-of-whats-been-getting produces the link all spread out one letter at a time (see below). I bet the python code is iterating over a string when it thinks it's iterating over a list.
First 50 lines of the .rst file: