Josh Yu

Results 24 comments of Josh Yu

> @JoshYuJump Actually, I reviewed one of the issues you linked, and think I understand the use case: > > ```python > from fastapi import FastAPI, Query, Depends > from...

@sydney-runkle well, removed from the milestone?

> > > from goose import Goose > > > g = Goose() > > > url = 'http://www.highbeam.com/doc/1P3-979471971.html' > > > article = g.extract(url=url) > > > article.title >...