Merged
Conversation
Update from current mf2py
commit d0ea9ea9ef2d3cb8839bc66a1b1aef20f2121529
Author: Kartik Prabhu <me@kartikprabhu.com>
Date: Tue Feb 20 20:56:09 2018 -0500
bump version to 1.0.6
commit 9be5edb8cca285a89fbd3abb210403b212260520
Author: Kartik Prabhu <me@kartikprabhu.com>
Date: Tue Feb 20 20:52:24 2018 -0500
fix #59 #57 #43 . use html5lib by default unless user-specified a html parser. If neither exist then default to BS4 to decide. use final redirect URL while requesting from server.
commit 3995eac
Author: Kartik Prabhu <me@kartikprabhu.com>
Date: Sat Feb 17 22:10:19 2018 -0500
fix #55; parse title from link element for p-*. parse poster from video element for u-*
…ript and style from text content
Member
|
CI fail with python 2.6 is due to html5lib 1.0.1 breaking it on purpose, which seems gratuitously nasty to me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
version 1.0.6
many bug fixes for parsing according to spec
Summary
e-*[html]. update the corresponding testsaltorsrcfrom<img>in parsing forp-*ande-*[value]titlefrom<link>forp-*resolves Parse title attributes on <link> elements for p- properties. #84posterfrom<video>foru-*resolves Fix u- parsing for <video> with poster attribute #76html5libas default parser