Re: how can i download m4a format in gaanaQuote:
and could not sniff the url. I sense the URL the data sent is encrypted. Any ideas how to sniff its URL? Thanks. |
Re: how can i download m4a format in gaanaQuote:
Code:
https://aa.cf.saavncdn.com/690/TCCD11234_01_002_64.mp3?Expires=1498222671&Signature=VIBmqsToAHDVNi5WUTJv--S9yQIxvBEH1HsAXmfD~B4Dhqjt5ph-8MlePnic~4su-P9IDum5n~EOawMHJ55xVu98Yj0O66jgoOmuOTPG4Od040LMdIDA6XX-N93NZQX19-bzXalHXkLA9NbMolj7jhmW1ghOl1952S20-Km9Hj-zkL1JRgrO1OJ~3YECpcemqKXjF2JePtIhJSIRVpWK8icHA6YVpfHvnBjaPZukBQ99~IGn94evTkvFTePy2gmRO6ZhCSQot1QP9M3CwNI4qJ5qW5CqSmDQ2nr1pqA2dpCYwIPXhPEgKGzdT0RE-coz8FcJK4v2p1Bn6trQ20cI1w__&Key-Pair-Id=APKAJB334VX63D3WJ5ZQ |
Re: how can i download m4a format in gaanaYou seem to be quicker than me.
I got url with httpfox: Code:
https://aa.cf.saavncdn.com/017/SONY_886446600017_01_001_64.mp3?Expires=1498223294&Signature=hZ3TsfzaWmgU8rZnRqvqqVv9TeV9qPil7J5HFuESbw28sPycH49qheiP5CY2IgvYfHc3ESM4tYQmtmbMashYxNaOxtDzDIWzglw8fqYpWhsalyw2xIhkxMmQmAZXr8R9PMx3QCMtsOr3IeS~gWngCA6SDRHr--weJSozDY1WU9cm1nBj2M5OwCuKQFLIWLGkBtS2OKJVHSe8KfzStg4EZLt~PedNknz7nn8WCaw98BWdcdmGdi4e-5cZuIFs7OKaTaSWpdvbTAJ-lkdJPQW-mA~q3n0fEEjRliH-Aocgq-PkWQ-A7JKxDGONlCBf-5~qbmzW~svgSc6-2mpbJ321RA__&Key-Pair-Id=APKAJB334VX63D3WJ5ZQ sysanin is good with these types of stream, but you have to be quick to see his reply if he replies, he deletes his replies shortly afterwards. |
Re: how can i download m4a format in gaanaOh thanks.
I tried sending a PM to sysanin but he seems to have chosen not to receive PMs. Any other way i can reach him or any other contact person who can decipher this URL? |
Re: how can i download m4a format in gaanaI have used referer and user agent before. but in regex format as below. Not sure how i can tailor it to download from a browser or command prompt.
Quote:
|
Re: how can i download m4a format in gaanausing streamlink.
follow my posts on this forum and you'll find how to do it with streamlink. click on user, Find all posts by .. This can be done with youtube-dl as well, reading help file how.. https://github.com/streamlink/streamlink/issues |
Re: how can i download m4a format in gaanaQuote:
Code:
streamlink.exe --http-header "User-Agent=Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X)" "hlsvariant://https://aa.cf.saavncdn.com/017/SONY_886446600017_01_001_64.mp3?Expires=1498227223&Signature=R-2DfRXUzQ6eUDDS6mI7BTuS~7WB52Xj~kSnTa6Gh0jEr6bY~1yc3Yd9j4w45qeFH1D~TiYAFh5PJ5kKr6T-iJHyrsqD315762UWeByqVxK40RmvQIpT9u-AJRtVRCvNJE~vL58QcUc5Nm-ZJdGvCHXQWUEv53Aa5ZvyMLCE~i~98EFsbk9tMW6TPQyV3vpVjBQl12wVTT30innu1MWEsVhEDkimHX-xeIr8a-m84MVxvrPTg5ppjrXbZEiqQ-z8BLAeC9ZseG~xoU~beRHoj6Q7QoD7TtnuJpzo09sure9y3Sf3QU5R8kNGfmkL8N7iGgG01~i9MxjJgSnmjCKsBg__&Key-Pair-Id=APKAJB334VX63D3WJ5ZQ" Going to read your other posts to see where i am going wrong. If you see an error/issue in the command, let me know. Thanks. |
Re: how can i download m4a format in gaanaCode:
http://h.saavncdn.com/017/SONY_886446600017_01_001_320.mp3 |
Re: how can i download m4a format in gaanastreamlink syntax should look like this, but does not matter in this case.
streamlink.exe --http-header %header% hls://%url% best I get 403-forbidden with streamlink, youtube-dl, and ffmpeg. Yelloworanges's url works so it has something to do with url. http://h.saavncdn.com/017/SONY_88644...01_001_320.mp3 Code:
ffmpeg -i http://h.saavncdn.com/017/SONY_886446600017_01_001_320.mp3 -c copy test.mp3 Code:
ffmpeg version 3.3.1 Copyright (c) 2000-2017 the FFmpeg developers |
Re: how can i download m4a format in gaanaThank you both of you.
This so very very much appreciated. Cheers. |
All times are GMT -6. The time now is 06:51 PM. |