release: minor improvements #1
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@
|
|||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"id": "NKYqnAEwCPYG"
|
||||
"id": "NKYqnAEwCPYG",
|
||||
"cellView": "form"
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
|
@ -29,7 +30,7 @@
|
|||
"# selections\n",
|
||||
"class selection: \n",
|
||||
" artist = \"Twice\" #@param [\"Twice\"]\n",
|
||||
" video = \"MORE & MORE\" #@param {type:\"string\"}\n",
|
||||
" video = \"\" #@param {type:\"string\"}\n",
|
||||
" video = (video.strip()).lower()\n",
|
||||
" videoURL = ''\n",
|
||||
"\n",
|
||||
|
|
Loading…
Reference in a new issue