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

الكلام أثناء النوم ماهي أسبابه ؟ #174

Open
ighzernews opened this issue Apr 14, 2021 · 0 comments
Open

الكلام أثناء النوم ماهي أسبابه ؟ #174

ighzernews opened this issue Apr 14, 2021 · 0 comments

Comments

@ighzernews
Copy link

Steps required to reproduce the problem

Expected Result

Actual Result

Environment Info

VERSION: 0.2.2
URL: https://www.ighzernews.com/2021/02/1116.html
RULES:

{
  "generator_name": "facebook-instant-articles-builder",
  "generator_version": "0.2.2",
  "rules": [
    {
      "class": "TextNodeRule"
    },
    {
      "class": "GlobalRule",
      "selector": "body",
      "properties": {
        "article.title": {
          "attribute": "content",
          "selector": ".article-title",
          "type": "element"
        },
        "article.publish": {
          "format": "Y-m-d\\TH:i:sP",
          "selector": ".post-timestamp h6",
          "type": "date"
        },
        "author.name": {
          "selector": ".fn span",
          "type": "string"
        },
        "image.url": {
          "attribute": "src",
          "selector": "span a img",
          "type": "string"
        },
        "article.body": {
          "attribute": "content",
          "selector": "article",
          "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"
        }
      }
    }
  ]
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant