mediathekviewweb icon indicating copy to clipboard operation
mediathekviewweb copied to clipboard

Feature request: :Copy all links (of a certain quality)

Open comdoxx opened this issue 5 years ago • 5 comments

Hi, By intelligent filtering, you are able to get all (n) titles desired. I'd love to then have the option to get a list of all the n titles in a chosen quality. If not all n titles (that'd be work), all titles displayed (i.e. on that result page) would do. At the bottom of the page could be a mouse over menu such as at a single title with the same quality links containing the list of all High Quality / Medium Quality / ... links, separated by line break. Thanks in advance, comdoxx

comdoxx avatar Jan 08 '19 16:01 comdoxx

That's actually a good idea. Until that is implemented (I may postpone that for 2.0), you can use alert([...document.querySelectorAll('.movie-icon')].map((a) => a.parentElement.href).join('\n')) in the developer console. It uses the Quality on the movie-icon (which is medium I guess, by looking at the links), but I can change that to high (I have no idea why I didn't used that).

bagbag avatar Jan 08 '19 20:01 bagbag

Putting that to high(est available) would definitely help. Tried to figure out the HQ links, but that hover thing is too dynamic for me... ;-) Thanks!

comdoxx avatar Jan 08 '19 21:01 comdoxx

I also didn't bother extracting the HD links that way, as that would require much more than that single line.

Defaults to highest available quality now :)

bagbag avatar Jan 11 '19 21:01 bagbag

Reopen because that's something I want to implement for 2.0.

bagbag avatar Feb 07 '19 19:02 bagbag

After I've found this thread via search, I've created a small gist which could be executed via DevTools. There is even a comment how to use it in combination with JDownloader (keeping file names).

pat-richter avatar Dec 27 '20 11:12 pat-richter