Coder Social home page Coder Social logo

daily_digest's People

Contributors

miyagawa avatar outlyer avatar

Watchers

 avatar

daily_digest's Issues

Fix Image Detection for sites like Eurogamer

Sites which use non-standard image URLs cause problems. i.e.

<img src="//images.eurogamer.net/2015/articles//a/1/8/6/4/2/2/1/20161020085927_1.jpg.jpg/EG11/resize/600x-1/quality/80/format/jpg" width="600" height="337.5" alt="1" data-uri="2015/articles//a/1/8/6/4/2/2/1/20161020085927_1.jpg.jpg" data-original-width="1920" data-original-height="1080" onclick=""/>

The regular expression simply trims off the .jpg.jpg.*$ and the image ends up broken. Seems like the link works without the /EG11/resize/600x-1/quality/80/format/jpg suffix, but the regular expression trims everything after the first .jpg.

TODO list

  • Remove dependency on wget from article_renderer.rb
  • Remove dependency on convert from article_renderer.rb
  • Deal with encoding issues on sites like arstechnica.com
  • Deal with image issues on sites using multiple DPI images (i.e. have a 2x in the image tag)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.