Class YT_dl
java.lang.Object
ryzen.ownitall.method.download.Download
ryzen.ownitall.method.download.YT_dl
-
Field Summary
Fields inherited from class ryzen.ownitall.method.download.Download
downloadThreads
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ryzen.ownitall.method.download.Download
cleanFolder, syncAlbum, syncAlbums, syncLikedSongs, syncPlaylist, syncPlaylists, threadDownload, threadInit, threadShutdown, uploadAlbum, uploadAlbums, uploadLikedSongs, uploadPlaylist, uploadPlaylists, writeAlbumData, writeMetaData, writePlaylistData
-
Constructor Details
-
YT_dl
default download constructor setting all settings / credentials- Throws:
MissingSettingException
- if any.AuthenticationException
- if any.
-
-
Method Details
-
downloadSong
downloadSong.
download a specified song- Specified by:
downloadSong
in interfaceDownloadInterface
- Overrides:
downloadSong
in classDownload
- Parameters:
song
- aSong
objectpath
- aFile
object
-