-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[canvas] fix gone error vrtnu. fixes #26957 #27053
Conversation
fixes #26957 |
I have checked this with https://www.vrt.be/vrtnu/a-z/de-ideale-wereld/2020-nj/de-ideale-wereld-d20201117/ and it works fine locally 😃 |
You should re-trigger the CI by force pushing your code unchanged ( |
Thanks for pointing that out. Was my very first pull request, so a bit uncertain if I did something wrong or not. Will check it later today |
This did not work for me:
|
@ottob it works for me when using the netrc file, but not without, it's probably something you need a token for |
That was it, thanks. I updated my netrc and now it works with this patch. |
Same here, but it used to fail gracefully, with a clear error indicating the need to authenticate, instead of just When authenticated it's working fine with this patch, thanks for that! |
Can confirm that this fixes 410 Gone. |
Tested and working |
Hi |
Good question. It was my first time contributing. I expected creating a pull request would be enough to get it merged. |
If you can, you could try to ask a review from one of the maintainers |
@bendekeersm People on IRC said to clean the commented out code first. If no-one reviews it after those changes, you could maybe ping the maintainers on IRC (#youtube-dl on Freenode). |
Please follow the guide below
x
into all the boxes [ ] relevant to your pull request (like that [x])Before submitting a pull request make sure you have:
In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:
What is the purpose of your pull request?
Description of your pull request and other information
Explanation of your pull request in arbitrary form goes here. Please make sure the description explains the purpose and effect of your pull request and is worded well enough to be understood. Provide as much context and examples as possible.