currently its not detecting videos on instagram and daily motion and many other sites
Closed this issue · 3 comments
AmmarZafar00054 commented
3 to 4 days ago its working but now it stop detecting videos on multiple sites can you plz guide me what the issue now
nabeelabiddev commented
Yes same on my side
alexch33 commented
same for me, i've investigated and find out that this is youtube-dl android specific issue, this because youtube-dlp library last version needs python 3.9, but in library packed python 3.8, there is workaround, as i understand on his repos exists fixed version of library
Also issue may be fixed by disabling youtube-dl update on start, removing updateYoutubeDL()
method from DLApplication.kt
and reinstalling app
I am going to implement this fix little bit latter, i don't have time right now
P.S. PR are welcome ;-)
alexch33 commented