Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
comdoxx opened this issue Jan 8, 2019 · 5 comments
Open

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

comdoxx opened this issue Jan 8, 2019 · 5 comments

Comments

@comdoxx
Copy link

comdoxx commented Jan 8, 2019

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

@bagbag
Copy link
Member

bagbag commented Jan 8, 2019

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).

@comdoxx
Copy link
Author

comdoxx commented Jan 8, 2019

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!

@bagbag
Copy link
Member

bagbag commented Jan 11, 2019

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 bagbag closed this as completed Jan 11, 2019
@bagbag
Copy link
Member

bagbag commented Feb 7, 2019

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

@bagbag bagbag reopened this Feb 7, 2019
@pat-richter
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants