Skip to content

Commit

Permalink
Remove error info
Browse files Browse the repository at this point in the history
Remove info about error fixed in previous commit.
  • Loading branch information
brunovl authored Nov 27, 2020
1 parent f6495b2 commit f6520eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ To download the thumbnail of one episode of a series (in other words one pid of
```
python bbcthumb.py [pid]
```
where **[pid]** is replaced with the pid of the wanted episode. The program will find the thumbnail link, adjust the resolution and download it to the default download directory. If everything is going as expected you should only see this warning:
>[WARNING] Folder creation error ([WinError 183] Cannot create a file when that file already exists: 'C:/Users/User/Desktop'), continuing program.
This is a preventive solution for when downloading the whole series, more on that later (if anyone thinks of a better solution contact me, this is just a quick and dirty solution).
where **[pid]** is replaced with the pid of the wanted episode. The program will find the thumbnail link, adjust the resolution and download it to the default download directory.
###### Multiple episode thumbnails
Downloading thumbnails for multiple episodes is the same as it is for one, just add more pids. For instance:
```
Expand Down

0 comments on commit f6520eb

Please sign in to comment.