-
Notifications
You must be signed in to change notification settings - Fork 262
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
Selector combination don't work as expected #190
Comments
Which version of
|
It is the same from debian bookworm.
Thank you for your attention. |
Not sure what happened there, but since you have a local source directory, try updating the dependencies (which were last bumped almost a year ago):
then try your test again. |
No changes:
What system are you using? Thank you for your attention. |
Ubuntu 22.04, but I just realized that I've been testing against my own fork instead of the original source. 😀 This was addressed by #139, so you'll want to pull it into your own fork. If you don't have your own fork, patch the original source as follows:
then build and try again. |
Get Links that start with "vivaldi-stable_6" and end in "_amd64.deb" according the last example in MDN
$ baseurl='https://repo.vivaldi.com/stable/deb/pool/main/'
$ curl -s "$baseurl" |pup 'a[href^=vivaldi-stable_6][href$=_amd64.deb] attr{href}'
vivaldi-stable_6.1.3035.111-1_amd64.deb
vivaldi-stable_6.1.3035.111-1_arm64.deb
vivaldi-stable_6.1.3035.111-1_armhf.deb
Thank you for your attention.
Greetings, mszet
The text was updated successfully, but these errors were encountered: