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

Original content is shown #4

Open
basilevs opened this issue Nov 13, 2018 · 3 comments
Open

Original content is shown #4

basilevs opened this issue Nov 13, 2018 · 3 comments
Labels
bug Something isn't working firefox Firefox-specific issues on hold Waiting for something...

Comments

@basilevs
Copy link

basilevs commented Nov 13, 2018

If following parser is used with "Gray low-contrast reader" template on a test page, original look is shown and not the selected template.

info:
  name: Asianhobbyist.com article
  description: Parses a single Asianhobbyist.com article.
  type: article
  domain: asianhobbyist.com
  path: /[^/]+-\d+/(?:\d+/)?
  testPages:
    - "https://www.asianhobbyist.com/mn-25/2/"

rules: 
  - name: logo_small_img_src
    value: "https://www.asianhobbyist.com/favicon.ico"

  - name: author
    value: Asian Hobbyist

  - name: author_link
    value: https://www.asianhobbyist.com/
  
  - name: title
    match:
      include: "meta[property='og:title']"
      attribute: content

  - name: article_img_src
    match: 
      include: "meta[property='og:image']"
      attribute: content

  - name: body
    match:
      include: div.entry-content
      keepBasicMarkup: true

Firefox Developer Edition 64.0b8 (64-bit)
MoyDesign version: 2.2.0

@dsavenko
Copy link
Member

Is it on mobile or on desktop? I can't reproduce

@basilevs
Copy link
Author

basilevs commented Nov 14, 2018

Is it on mobile or on desktop?

Desktop. Firefox Developer Edition 64.0b8 (64-bit)
Will try to disable other addons.

@dsavenko
Copy link
Member

dsavenko commented Nov 20, 2018

Apparently, this is due to the Firefox issue:

So, waiting for them to fix it.

@dsavenko dsavenko added bug Something isn't working firefox Firefox-specific issues on hold Waiting for something... labels Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working firefox Firefox-specific issues on hold Waiting for something...
Projects
None yet
Development

No branches or pull requests

2 participants