From 648827a156164107f6204df78fe1dda365f9df19 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Wed, 9 Sep 2020 21:13:08 +0200 Subject: [PATCH] UrsulaFranklin with full output --- UrsulaFranklin.ipynb | 127 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 115 insertions(+), 12 deletions(-) diff --git a/UrsulaFranklin.ipynb b/UrsulaFranklin.ipynb index ce513c5..d41d6b9 100644 --- a/UrsulaFranklin.ipynb +++ b/UrsulaFranklin.ipynb @@ -24,7 +24,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 9, "metadata": {}, "outputs": [], "source": [ @@ -34,7 +34,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ @@ -44,7 +44,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -53,7 +53,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -62,13 +62,13 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "{'server': 'ia802801.us.archive.org',\n", + "{'server': 'ia902801.us.archive.org',\n", " 'dir': '/10/items/the-real-world-of-technology',\n", " 'metadata': {'identifier': ['the-real-world-of-technology'],\n", " 'mediatype': ['audio'],\n", @@ -356,7 +356,7 @@ " 'item': {'downloads': 280, 'month': 53}}" ] }, - "execution_count": 5, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } @@ -367,7 +367,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 14, "metadata": {}, "outputs": [ { @@ -376,7 +376,7 @@ "30" ] }, - "execution_count": 6, + "execution_count": 14, "metadata": {}, "output_type": "execute_result" } @@ -399,7 +399,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -409,7 +409,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 18, "metadata": {}, "outputs": [ { @@ -436,6 +436,25 @@ "metadata": {}, "output_type": "display_data" }, + { + "data": { + "text/html": [ + "audio" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "https://archive.org/download/the-real-world-of-technology/part-1.mp3\n" + ] + }, { "data": { "text/html": [ @@ -460,6 +479,25 @@ "metadata": {}, "output_type": "display_data" }, + { + "data": { + "text/html": [ + "audio" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "https://archive.org/download/the-real-world-of-technology/part-2.mp3\n" + ] + }, { "data": { "text/html": [ @@ -484,6 +522,25 @@ "metadata": {}, "output_type": "display_data" }, + { + "data": { + "text/html": [ + "audio" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "https://archive.org/download/the-real-world-of-technology/part-3.mp3\n" + ] + }, { "data": { "text/html": [ @@ -508,6 +565,25 @@ "metadata": {}, "output_type": "display_data" }, + { + "data": { + "text/html": [ + "audio" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "https://archive.org/download/the-real-world-of-technology/part-4.mp3\n" + ] + }, { "data": { "text/html": [ @@ -531,6 +607,25 @@ }, "metadata": {}, "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "audio" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "https://archive.org/download/the-real-world-of-technology/part-5.mp3\n" + ] } ], "source": [ @@ -538,8 +633,16 @@ " if d['format'] == \"VBR MP3\":\n", " display(HTML(f'

{d[\"title\"]}

'))\n", " display(HTML(f''))\n", - " display(HTML(f'audio'))" + " display(HTML(f'audio'))\n", + " print(f\"https://archive.org/download/{identifier}{filename}\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {