Vagiz Duseev

Results 9 comments of Vagiz Duseev

@ludbek awesome! I'll start making changes to make sure the update is seamless and will double check that nothing breaks.

@ludbek, thanks again for the opportunity to contribute! I've merged the PR renaming every method to match the original and running tests before hand. Also, per your suggestion, the new...

@PythonLinks, I know it's been 2 years since the original question, but could you describe what specific kind of async functionality are you interested in? * **parsing:** Since the parsing...

@PythonLinks, good point 👍 Having it as an option, when using the library in the async environment, could be a nice addition to the out of the box functionality.

Hi @inkhey, Would you be open to the idea of retrieving the content only up to the `content_limit_length` instead of dropping it all together? Below is some reasoning behind this...

I'm a little late to the party, coming 4 years after the original question, but that's a good point. The first request can also be avoided when the `content` of...

@simkimsia @pombredanne I think blog is still accessible and was moved to the https://jruizblog.wordpress.com/

Hi @NelsonMinar, thank you for highlighting this issue. This error should be gone starting with version `1.7.2`, because `BeautifulSoup` is now initialized with a default parser (`"html.parser"`) unless a different...

Hi @wx2228! Don't we all love replies that come 4 years after the original question was asked 😄? Nevertheless, headers can be passed directly to the `webpreview` function as one...