mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
21 lines
434 B
Plaintext
21 lines
434 B
Plaintext
http://example.org/foo.tar.bz2
|
|
ftp://ftp.nluug.nl/pub/gnu/hello/hello-2.1.1.tar.gz
|
|
|
|
/bin/sh
|
|
./builder.sh
|
|
~/foo.bar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["url", "http://example.org/foo.tar.bz2"],
|
|
["url", "ftp://ftp.nluug.nl/pub/gnu/hello/hello-2.1.1.tar.gz"],
|
|
|
|
["url", "/bin/sh"],
|
|
["url", "./builder.sh"],
|
|
["url", "~/foo.bar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for URLs and paths. |