NurioHin / mpv-bookmarker

A bookmarker menu to manage all your bookmarks in MPV
104 stars 25 forks source link

Allow URL bookmarks #2

Closed tpikonen closed 4 years ago

tpikonen commented 4 years ago

It would be nice to be able to bookmark URLs opened with mpv's youtube-dl plugin or similar.

This patch skips fileExists() check for paths starting with 'http', when supplying them to loadfile, which allows bookmarks with an URL in the path to be opened.

NurioHin commented 4 years ago

My apologies. I was away from Github for a while. This looks good to me, and thank you for supporting this! This will be the first time I'll handle a pull request, so if anything went wrong, can you tell me?

tpikonen commented 4 years ago

Looks fine to me. Thanks!