Podcast gives March update on CryptoClassAction and JPBLiberty - audio/mpeg
Show Notes Link
Published: Fri, 05 Mar 2021 13:58:54 +0000
Podcast: BrianofLondon's EXPERIMENTAL FOREST CHATS
We were due to have our fourth case management hearing in our Crypto Class Action Law Suit against Facebook and Google in Australia's Federal Court last night. It didn't happen because it's been postponed. But as I explain in the podcast, this is just the normal workings of the legal system and doesn't harm our …
Continue reading "Podcast gives March update on CryptoClassAction and JPBLiberty"
PodcastIndex.org ID: 1818690746
Pod2Hive - Podcast Censorship Protection
Experimental API to extract RSS from Hive
Use the following call:
http://hive.noagendahost.com/hiverss/v1/rss/brianoflondon
http://hive.noagendahost.com/hiverss/v1/rss/brianoflondon
You can also extract the same info as json:
http://hive.noagendahost.com/hiverss/v1/json/brianoflondon?pretty=true
http://hive.noagendahost.com/hiverss/v1/json/brianoflondon?pretty=true
More info
This Podcast is being automatically backed up to the Hive Blockchain. You can find more information about this project here.
To Decode the RSS feed stored alongside this data, use the rssfromhive.py script.
You can also fetch this data as a Json object direct from the Hive API with the following line:
curl -s --data '{"jsonrpc":"2.0", "method":"database_api.find_accounts", "params": {"accounts":["brianoflondon"]}, "id":1}' https://api.hive.blog
The Json object returned will contain a ['pod-rss'] entry - this can be unpacked by running a bas64 decode followed by a zlib decompression.