Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

fdds #137

Closed
alivuk98 opened this issue Sep 12, 2020 · 2 comments
Closed

fdds #137

alivuk98 opened this issue Sep 12, 2020 · 2 comments

Comments

@alivuk98
Copy link

Steps required to reproduce the problem

Expected Result

Actual Result

Environment Info

VERSION: 0.2.2
URL: http://exkluziv.net/svim-strancima-dopusten-ulazak-u-bih-s-negativnim-pcr-testom/
RULES:

{
  "generator_name": "facebook-instant-articles-builder",
  "generator_version": "0.2.2",
  "rules": [
    {
      "class": "TextNodeRule"
    },
    {
      "class": "GlobalRule",
      "selector": "html",
      "properties": {
        "article.title": {
          "attribute": "content",
          "selector": "h1.entry-title",
          "type": "element"
        },
        "article.publish": {
          "attribute": "datetime",
          "format": "Y-m-d\\TH:i:sP",
          "selector": "time",
          "type": "date"
        },
        "author.name": {
          "selector": ".author-box-wrap .td-author-name",
          "type": "string"
        },
        "image.url": {
          "attribute": "src",
          "selector": ".td-modal-image",
          "type": "string"
        },
        "article.body": {
          "attribute": "content",
          "selector": ".td-post-content",
          "type": "element"
        },
        "article.canonical": {
          "attribute": "href",
          "selector": "link[rel=canonical]",
          "type": "string"
        }
      }
    },
    {
      "class": "BlockquoteRule",
      "selector": "blockquote"
    },
    {
      "class": "ParagraphRule",
      "selector": "p"
    },
    {
      "class": "H2Rule",
      "selector": "h2"
    },
    {
      "class": "H1Rule",
      "selector": "h1"
    },
    {
      "class": "ListElementRule",
      "selector": "ol, ul"
    },
    {
      "class": "ListItemRule",
      "selector": "li"
    },
    {
      "class": "AnchorRule",
      "selector": "a",
      "properties": {
        "anchor.href": {
          "attribute": "href",
          "selector": "a",
          "type": "string"
        }
      }
    },
    {
      "class": "ItalicRule",
      "selector": "i"
    },
    {
      "class": "EmphasizedRule",
      "selector": "em"
    },
    {
      "class": "BoldRule",
      "selector": "b, strong"
    },
    {
      "class": "ImageRule",
      "selector": "img",
      "properties": {
        "image.url": {
          "attribute": "src",
          "selector": "img",
          "type": "string"
        },
        "image.caption": {
          "attribute": "src",
          "selector": "img",
          "type": "element"
        }
      }
    }
  ]
}
@pestevez
Copy link
Contributor

Hi @alivuk98 - can you please describe the issue you are reporting?

@pestevez
Copy link
Contributor

I am closing for now but we can reopen it once the issue is properly described.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants