mudew

Results 4 comments of mudew

My fork of the [pylibgen](https://github.com/mudew/pylibgen) library supports Sci-Tech. Can that be integrated?

Even when downloading through the download link (when there are less than search results), the meta data is not set.

The [downloader](https://github.com/kovidgoyal/calibre/blob/e8a3258dcb6db8d95aa28bf056c96eab074cb052/src/calibre/gui2/ebook_download.py#L112) attempts to get the meta data directly from the downloaded file rather than from the search result. The only other way I can think of is to create...

[This](https://github.com/kovidgoyal/calibre/blob/5697f8f282630992e6266ae502a4b3db14926d5b/src/calibre/gui2/store/search/search.py#L177) seems to be the relevant part from the source code. But it seems, surprisingly, that calibre discards that title and author information [here](https://github.com/kovidgoyal/calibre/blob/5697f8f282630992e6266ae502a4b3db14926d5b/src/calibre/gui2/store/search/search.py#L213). EDIT: I tried printing the query...