hikikomoriphoenix / Beedio

Android app that lets you find downloadable videos as you browse the web. Allows queuing downloads. Also includes bookmarking and ad-blocking features for easier browsing experience.
GNU General Public License v2.0
148 stars 44 forks source link

Video downloader not pausing video downlaod on pause #57

Closed alihamuh closed 4 years ago

alihamuh commented 4 years ago

App keeps downloading the video in background when the app pauses or removes the video.

Video site tested: Dailymotion

hikikomoriphoenix commented 4 years ago

There's this silly method called stopThread that actually want to stop the main thread instead. Also, it seems Thread.interrupt does not work. Fixed.