├── .gitignore ├── LICENSE ├── README.md ├── web_scrape_jina.py └── youtube-transcript-provider.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekatiyar/open-webui-tools/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekatiyar/open-webui-tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekatiyar/open-webui-tools/HEAD/README.md -------------------------------------------------------------------------------- /web_scrape_jina.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekatiyar/open-webui-tools/HEAD/web_scrape_jina.py -------------------------------------------------------------------------------- /youtube-transcript-provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekatiyar/open-webui-tools/HEAD/youtube-transcript-provider.py --------------------------------------------------------------------------------