lightpohl / gb-dl

A CLI for downloading Giant Bomb videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New maxBitrate logic doesn't respect archive

GoldbergAF opened this issue · comments

The conversion from 4000->8000 happens after the archive check but before the archive writing. This results in 8000 bitrate files always being redownloaded, since the archive will be checked for the 4000 bitrate file but will have the 8000 bitrate file recorded.

Thanks!

Whoops! Sorry about that. Will release a patch in just a moment.