-
Notifications
You must be signed in to change notification settings - Fork 12
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
[fix] Not following redirects (https://youtu.be/v1wfQPGXhVA) #17
Conversation
[fix] Not getting og:description for https://www.youtube.com/watch?v=v1wfQPGXhVA awkward#15 awkward#16
[feature] being able to set a custom userAgent [fix] remove extra whitespace awkward#18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good, I just have some feedback on the code. I've placed code suggestions where possible :)
@@ -173,6 +181,14 @@ public class OcarinaManager: NSObject { | |||
|
|||
extension OcarinaManager: URLSessionDataDelegate { | |||
|
|||
public func urlSession(_ session: URLSession, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small style thing here: Could you make the function name and parameters all on one line, like all other delegate methods :)
Co-authored-by: Rens Verhoeven <[email protected]>
Co-authored-by: Rens Verhoeven <[email protected]>
[fix] urlSession delegate being on 1 line
I committed your suggestions. Thanks! |
[fix] Not getting og:description for https://www.youtube.com/watch?v=v1wfQPGXhVA
[fix] Timeout when fetching DHL tracking url
#15
#16
#18