mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 14:41:13 +02:00
2020-01-23 Fred Gleason <fredg@paravelsystems.com>
* Added 'Username=' and 'Password=' directives to the 'pypad_httpget.py' script for use for HTTP Basic Authentication.
This commit is contained in:
@@ -14,8 +14,21 @@
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
; NOTE: Any "reserved" characters used in the URL that are not being used
|
||||
; for a "reserved purpose" must be URL encoded
|
||||
; as per RFC 3986. This includes all multi-byte UTF-8 characters.
|
||||
; See https://en.wikipedia.org/wiki/Percent-encoding for details.
|
||||
;
|
||||
URL=https://someplace.com/metadata.php?key=somekey&artist=%a&title=%t
|
||||
|
||||
; Username. Used for HTTP Basic Authentication. Optional.
|
||||
;
|
||||
Username=
|
||||
|
||||
; Password. Used for HTTP Basic Authentication. Optional.
|
||||
;
|
||||
Password=
|
||||
|
||||
; Log Selection
|
||||
;
|
||||
; Set the status for each log to 'Yes', 'No' or 'Onair' to indicate whether
|
||||
|
Reference in New Issue
Block a user