What's New
Added
- Auto-extract build label (
bl) - TheblURL parameter is now automatically extracted from the NotebookLM page duringnlm loginand CSRF token refresh, instead of using a hardcoded value that goes stale every few weeks. TheNOTEBOOKLM_BLenv var still works as an override.
Fixed
sources_usednow populated in query responses - Thesources_usedfield was always returning[]even when the answer contained citation markers like[1],[2]. Query responses now correctly returnsources_used(list of cited source IDs) andcitations(dict mapping each citation number to its parent source ID). This also enables the REPL's citation legend feature. Thanks to @MinhDung2209 for reporting (#57).