ruuk / script.module.youtube.dl

⛔️ DEPRECATED: Access to youtube-dl stream extraction in an XBMC module
GNU General Public License v2.0
39 stars 40 forks source link

Enable path overriding in the `handleDownload` method. #13

Closed ddanssaert closed 7 years ago

ddanssaert commented 7 years ago

This fixes overriding the download path when calling the handleDownload method (resolves #7).

This is useful for addons that generate paths dynamically (e.g. using subfolders).

ruuk commented 7 years ago

Huh. This is almost certainly what I meant to do in the first place, otherwise why have the param :)

Thanks for the fix!