Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Percent encoding and absolute URIs (EPUB writer) #1672

Closed
dgerber opened this issue Oct 8, 2014 · 0 comments
Closed

Percent encoding and absolute URIs (EPUB writer) #1672

dgerber opened this issue Oct 8, 2014 · 0 comments

Comments

@dgerber
Copy link

dgerber commented Oct 8, 2014

From #1669.

pandoc http://www.voxeu.org/article/wellbeing-research-recessions-hurt-more-booms-help -o /tmp/article.epub
pandoc: Could not find media `http://www.voxeu.org/article/wellbeing-research-recessions-hurt-more-booms-help/http://www.voxeu.org/sites/default/files/author_photos/de neve.png', skipping...

The absolute URI is not recognized because is was percent decoded somewhere before. The source html has: <img src="http://www.voxeu.org/sites/default/files/author_photos/de%20neve.png"

@jgm jgm closed this as completed in a4d28cd Oct 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant