lassie icon indicating copy to clipboard operation
lassie copied to clipboard

Web Content Retrieval for Humans™

Results 12 lassie issues
Sort by recently updated
recently updated
newest added

There are small typos in: - docs/usage/advanced_usage.rst Fixes: - Should read `attributes` rather than `attibutes`. - Should read `actual` rather than `acutal`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

Hi, This closes #83 Will wait for a PyPI release now.

Hi, Since lassie is a library, limiting upper versions for dependencies as in ``` requests>=2.18.4,=4.9.0,

Hi, when getting the description from a German website the "ü" "ä" etc. end up being "ä", "ü" etc. Example: https://finanzguru.de/ Result: > Finanzguru - Finanzen magisch einfach Finanzen magisch...

The idea is to return as much data as we can in the API so users can possibly embed media. (i.e. Spotify tracks) We'll probably add a new `embed.py` and...

enhancement

I fetched the page http://bibviz.com/ using Lassie, the page has the following og:url setting `property="og:url" content="/"`. Lassie correctly returns the "incorrect" URL. I wonder if cases like that should be...

By default Non-200 Responses should return empty content to `lassie` An option to still return whatever response came from the request will be available through a flag to `lassie.fetch` though.

enhancement