twlite / youtube-sr

A dead-simple youtube metadata scraper
https://npmjs.com/package/youtube-sr
MIT License
113 stars 16 forks source link

Fails on import #48

Closed shevernitskiy closed 2 years ago

shevernitskiy commented 2 years ago

Got error on import with following log.

Download https://deno.land/x/youtube_sr/mod.ts
Warning Implicitly using latest version (v4.3.4) for https://deno.land/x/youtube_sr/mod.ts
Download https://deno.land/x/youtube_sr@v4.3.4/mod.ts
Download https://deno.land/x/youtube_sr@v4.3.4/Structures/exports
Download https://deno.land/x/youtube_sr@v4.3.4/Util.ts
Download https://deno.land/x/youtube_sr@v4.3.4/formatter.tsDownload https://deno.land/x/youtube_sr@v4.3.4/Structures/exports.ts
Download https://deno.land/x/youtube_sr@v4.3.4/Structures/Channel.ts
Download https://deno.land/x/youtube_sr@v4.3.4/Structures/Playlist.ts
Download https://deno.land/x/youtube_sr@v4.3.4/Structures/Thumbnail.ts
Download https://deno.land/x/youtube_sr@v4.3.4/Structures/Video.ts
error: Module not found "https://deno.land/x/youtube_sr@v4.3.4/Structures/exports".
    at https://deno.land/x/youtube_sr@v4.3.4/mod.ts:37:8
twlite commented 2 years ago

It should work now: https://deno.land/x/youtube_sr/mod.ts

You can try $ deno run --reload <yourFile>