Ben

Results 22 comments of Ben

@miraclx ```bash docker run --rm -it --entrypoint bash --name freyrcli -v $PWD:/data -v ./conf.json:/freyr/conf.json freyrcli/freyrjs-git:pr-214 -c "freyr apple_music:track:157624199" ``` as you can see, `Zero sources found`. but indeed, we can...

`Top result` is not included in result. ``` TITLE_TEXT: ['title', 'runs', 0, 'text'], HEADER_TITLE_TEXT: ['header', 'title', 'runs', 0, 'text'], ``` maybe "Top result" always using a `header` And I think...

It seems that `stripText` will remove characters when calling `StripChar.RSspecChar`. I don't think `好` need to be striped. maybe it works well when dealing with english songs, thanks for your...

> Valid point, I hadn't tested with non-Latin glyphs. What is this string? File name? Track name? @miraclx Track name. for example: `忙與盲` thank you.

Why you change the author of this extension from legfrey to oshri6688 thus cause the vscode-sync extension didn't work. 使用 Code-Settings-Sync 报错了,终止执行。

@Vangelis66 I'm calling `youtube-dl` not `yt-dl`. Do I use wrong command? I will try to install `yt-dl` to test. thank you.

``` requests==2.31.0 urllib3==1.26.17 ``` urllib3 is required for https to work? isn't it? https://github.com/yt-dlp/yt-dlp/issues/8627