mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
dweb:/ replaced fs:/
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
* toggling pause in `asciinema play` by <kbd>Space</kbd>
|
||||
* stepping through a recording one frame at a time with <kbd>.</kbd> (when playback paused)
|
||||
* new `asciinema cat <filename>` command to dump full output of the recording
|
||||
* playback from new IPFS URL scheme (`dweb:/ipfs/`)
|
||||
* playback from new IPFS URL scheme: `dweb:/ipfs/` (replaces `fs:/`)
|
||||
* lots of other bugfixes and improvements
|
||||
|
||||
## 1.4.0 (2017-04-11)
|
||||
|
||||
@@ -37,8 +37,6 @@ def open_url(url):
|
||||
|
||||
if url.startswith("ipfs:/"):
|
||||
url = "https://gateway.ipfs.io/%s" % url[6:]
|
||||
elif url.startswith("fs:/"):
|
||||
url = "https://gateway.ipfs.io/%s" % url[4:]
|
||||
elif url.startswith("dweb:/ipfs/"):
|
||||
url = "https://gateway.ipfs.io/%s" % url[5:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user