-
Notifications
You must be signed in to change notification settings - Fork 212
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
v2.6 #640
v2.6 #640
Conversation
…exible OAuth connection.
Clarify that fact that downloading by user doesn't work the same way as downloading by subreddit. Feel free to user a better example username. :)
If this doesn't work then I give up...
Cover edge cases that shouldn't ever happen but probably will sometime. Also included Imgur changes to cover similar situations of malformed/redirected links.
This reverts commit 2f2b5b7.
Cover edge cases that shouldn't ever happen but probably will sometime.
Update Imgur logic to cover malformed links that cause a redirect leading to the html of the page being saved as an image.
Is there any testing or anything in particular that needs to be done for this to get merged and put out as a new version? Can try to help if there is, just not sure as it's been here a while now and with the api changes at Redgifs it's probably best to get this out to the main branch sooner rather than later. |
There's a requirement that all of the tests pass before the changes are pushed. I have to go through and troubleshoot the failing tests. For the site downloader modules, I have to see which resources are failing, investigate why they're failing, decide whether to remove them, and then find replacement test cases if they are removed. The last one involves a fair bit of porn so I'm not raring to to go with that, but I'll get to them. If you want to take a crack at some of them, go ahead. Just please open a PR for each test module you change and try not to narrow the scope of the tests. Like if the test case is for a page with multiple image files, find a replacement with multiple image files. I'm going to try to get a few of the tests fixed today but it's a process. |
Update broken ID's in clone integration test
Update broken ID's in download integration test
Update user that was banned/suspended with one that should not end up that way.
The old change twice forget once. Forgot I changed it back to a SelfPost rather than Direct.
So I took the changes from #668 and tested everything on my local instance and all the tests seem to have passed but there's 3 that were skipped in test_connector. I've tried to figure it out but as I'm not too familiar with pytest I'm not too sure what needs to be changed to fix it so they're not skipped.
|
Fixed the issue of the skipped tests, was an old path issue. |
No description provided.