Giter VIP home page Giter VIP logo

limnoria-plugins's People

Contributors

yellow avatar

Watchers

 avatar

limnoria-plugins's Issues

Fixing the bot for changes.

The leafly website has been changed. It uses JS now to access an API for both searching strains and displaying them. While this is a setback, it will be better in the long run as it is much better than parsing HTML. I will try to fix it this weekend.

[Xtracter] How do you output multiple matches of an xpath?

Lets say you're trying to do xtract https://ubuntu.com "//h2"

Now, there are 36 matches for //h2 on ubuntu.com, but xtract will only return the first match.

I assumed perhaps the results were separated by a newline character, so I've tried, re s/\\n/-/gm [xtract https://ubuntu.com "//h2"] to replace all new lines, \n, with a dash, and it still only returns the first match.

Is there a way to show multiple xpath results with xtract? Am I doing something wrong?

Edit: Trying unions does not return multiple values either. xtract https://ubuntu.com "//h1 | //title" only returns the first match //h1 instead of both matches //h1 and //title in the union.

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.