Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
googidaddy committed Feb 19, 2022
1 parent 2795397 commit 7a3424b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This tool makes bilibili better!!
or
using poetry.

1. fill your infos to the .env file.
2. fill your channel to the youtube_up.json.`format: author:link`
1. fill your infos to the [.env](https://github.com/googidaddy/bili-trash-bin/blob/2795397081aee7ccd925deacc339b2aae67480a8/.env) file.
2. fill your channel to the [youtube_up.json](https://github.com/googidaddy/bili-trash-bin/blob/2795397081aee7ccd925deacc339b2aae67480a8/youtube_up.json).`format: author:link`
like this `"asmitawita" : "https://www.youtube.com/c/asmitawita/videos"`
3. **Start video.py**

Expand Down
2 changes: 1 addition & 1 deletion video.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from upload import upload_video

class YtbToolMan:
def __init__(self):
def __init__(self):
self.url_list = {}

@classmethod
Expand Down
4 changes: 1 addition & 3 deletions youtube_up.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"asmitawita" : "https://www.youtube.com/c/asmitawita/videos",
"calliek":"https://www.youtube.com/channel/UCUuHpcs39b85TojJ7ycLhdg/videos",
"Dadacafe다다카페":"https://www.youtube.com/c/Dadacafe%EB%8B%A4%EB%8B%A4%EC%B9%B4%ED%8E%98/videos"
"asmitawita" : "https://www.youtube.com/c/asmitawita/videos"
}

0 comments on commit 7a3424b

Please sign in to comment.