Discover Packages
github.com/89z/mech
deezer
package
Version:
v1.10.9
Opens a new window with list of versions in this module.
Published: Jun 13, 2021
License: OSL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Deezer
Download audio from Deezer
ARL cookie
http://www.deezer.com/login
Web Developer
Network
Log in
Network Settings
Save All As HAR
CDN
Note that two CDN are available, but the HTTP one seems to be faster, perhaps
because HTTPS overhead is not used:
SID cookie
After some testing, this cookie seems to expire about three hours from last use.
So if you use it once every three hours, it should stay alive, but I would need
to do more testing to know for sure.
Repos
Expand ▾
Collapse ▴
Documentation
¶
View Source
const (
GatewayWWW = "http://www.deezer.com/ajax/gw-light.php"
)
Given SNG_ID and byte slice, decrypt byte slice in place.
Given a SNG_ID string, make a "deezer.pageTrack" request and return the
result.
Given SNG_ID and file format, return audio URL.
type UserData struct {
SID string
Results struct {
CheckForm string
User struct {
Options struct {
License_Token string
}
}
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.