-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
get stream URL #13
Comments
Maybe this? kewlbear/YoutubeDL-iOS#8 |
I guess you can ignore it. Maybe setting some environment variable to a writable path could fix it. |
Looks like you can use this:
|
I i try to extract info using extractInfo(url: URL) function, It works for first time. However, if i call this function in quick succession, the framework crashes. Below is code sample i am using for link extraction:
It returns me info object which contains [Format]. If i call above method in quick succession, it crashes randomly. |
Can you show stack trace or other relevant console output? |
Seems to me some kind of memory allocation or infinite loop issue. |
I tried using this but it fails on certain non video urls due to the missing formats key in the response. Have you encountered this issue? I posted more details here: |
Is there a way i can get the steam URL without the downloading?
The text was updated successfully, but these errors were encountered: