http -> https [CI skip]
This commit is contained in:
parent
2e82b0ea48
commit
5a55005240
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ pyLast
|
|||
[](https://landscape.io/github/hugovk/pylast/develop)
|
||||
|
||||
|
||||
A Python interface to [Last.fm](http://www.last.fm/) and other API-compatible websites such as [Libre.fm](http://libre.fm/).
|
||||
A Python interface to [Last.fm](https://www.last.fm/) and other API-compatible websites such as [Libre.fm](https://libre.fm/).
|
||||
|
||||
Try using the pydoc utility for help on usage or see [test_pylast.py](tests/test_pylast.py) for examples.
|
||||
|
||||
|
@ -44,7 +44,7 @@ Here's some simple code example to get you started. In order to create any objec
|
|||
import pylast
|
||||
|
||||
# You have to have your own unique two values for API_KEY and API_SECRET
|
||||
# Obtain yours from http://www.last.fm/api/account/create for Last.fm
|
||||
# Obtain yours from https://www.last.fm/api/account/create for Last.fm
|
||||
API_KEY = "b25b959554ed76058ac220b7b2e0a026" # this is a sample key
|
||||
API_SECRET = "425b55975eed76058ac220b7b4e8a054"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue