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

[fix] Not following redirects (https://youtu.be/v1wfQPGXhVA) #17

Merged
merged 5 commits into from
Jul 10, 2020

Conversation

thierrybucco
Copy link
Contributor

@thierrybucco thierrybucco commented Jul 7, 2020

[fix] Not getting og:description for https://www.youtube.com/watch?v=v1wfQPGXhVA
[fix] Timeout when fetching DHL tracking url

#15
#16
#18

Copy link
Contributor

@renssies renssies left a 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 :)

Ocarina/OcarinaManager.swift Outdated Show resolved Hide resolved
Ocarina/OcarinaManager.swift Outdated Show resolved Hide resolved
@@ -173,6 +181,14 @@ public class OcarinaManager: NSObject {

extension OcarinaManager: URLSessionDataDelegate {

public func urlSession(_ session: URLSession,
Copy link
Contributor

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

thierrybucco and others added 3 commits July 10, 2020 13:56
[fix] urlSession delegate being on 1 line
@thierrybucco
Copy link
Contributor Author

I committed your suggestions. Thanks!

@renssies renssies merged commit e35cede into awkward:master Jul 10, 2020
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

Successfully merging this pull request may close these issues.

2 participants