-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bronytunes. #1
Comments
"https://bronytunes.com/retrieve_song.php" \
"?song_id={id}&client_type=download".format(id=10811) |
@berwyn gg |
@kz wut? |
But where the hell is import com.bronytunes.API; |
You might get more success with using Fiddler to intercept network traffic. |
Python# new albums
"https://bronytunes.com/retrieve_newalbums.php" # cover art
"https://bronytunes.com/retrieve_artwork.php?song_id={id}&size={size}&aspect=square".format(id=10327, size=80) It mostly results in a 301 Moved permanently with a new location in the header (see below).
HTTP/1.1 301 Moved Permanently
Server: cloudflare-nginx
Date: Fri, 08 Apr 2016 21:54:53 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: __cfduid=defe8648f54e16b5da9d120b54a076df01460152492; expires=Sat, 08-Apr-17 21:54:52 GMT; path=/; domain=.bronytunes.com; HttpOnly
X-Powered-By: NewsTime Engine X
Copyright: (c) 2010-2015 Jacob Pritchett. All rights reserved.
Set-Cookie: NewsTimeID=dbbapfbao6op7c0j6vbal1hr73; path=/
Pragma: no-cache
Cache-Control: public, must_revalidate, max_age => 86400
Expires: Sat, 26 Jul 1997 05:00:00 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Headers: X-Requested-With
Location: ./conversions/XdgS8xLGqfk-80.png
CF-RAY: 2908f5d9186f1589-FRA # report track as played
"https://bronytunes.com/track_song_play.php?song_id={id}".format(id=10327) # now playing (radio)
"https://bronytunes.com/retrieve_nowplaying.php" # converted cover art?
"https://bronytunes.com/conversions/XdgS8xLGqfk-80.png" # song download
"https://bronytunes.com/retrieve_song.php?song_id={id}&client_type=download".format(id=10327) iOS identification"?client_type=iOS&client_version=8091&os_version=8.4.1" |
|
@berwyn Also, What is the best way to contact Jacob? |
He has not AFAIK. And I'm not sure why he doesn't fallback to the other codecs he supports >_> |
https://bronytunes.com/#!/showcase
Reported by @luckydonald (user#10717954).
Referenced message:
The text was updated successfully, but these errors were encountered: