Skip to content

Commit

Permalink
Update FFmpeg_for_GDrive.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
menukaonline authored Feb 2, 2021
1 parent 7099c79 commit 76455c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FFmpeg_for_GDrive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
"colab": {}
},
"source": [
"#@markdown <br><center><img src='https://raw.githubusercontent.com/sudo-ken/FFmpeg-for-GDrive/master/res/ffmpeg.png' height=\"50\" alt=\"Gdrive-logo\"/></center>\n",
"#@markdown <br><center><img src='https://raw.githubusercontent.com/cheems/FFmpeg-for-GDrive/master/res/ffmpeg.png' height=\"50\" alt=\"Gdrive-logo\"/></center>\n",
"#@markdown <center><h3>Upgrade FFmpeg to v4.2.2</h3></center><br>\n",
"from IPython.display import clear_output\n",
"import os, urllib.request\n",
"HOME = os.path.expanduser(\"~\")\n",
"pathDoneCMD = f'{HOME}/doneCMD.sh'\n",
"if not os.path.exists(f\"{HOME}/.ipython/ttmg.py\"):\n",
" hCode = \"https://raw.githubusercontent.com/sudo-ken/FFmpeg-for-GDrive/master/ttmg.py\"\n",
" hCode = \"https://raw.githubusercontent.com/cheems/FFmpeg-for-GDrive/master/ttmg.py\"\n",
" urllib.request.urlretrieve(hCode, f\"{HOME}/.ipython/ttmg.py\")\n",
"\n",
"from ttmg import (\n",
Expand Down

0 comments on commit 76455c8

Please sign in to comment.