Skip to content

Commit

Permalink
🩹 Remove  
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryScaletta committed Nov 23, 2023
1 parent 84917d1 commit fb7fda8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ export class TwitchClipsDownloaderService implements OnModuleDestroy {
const channel = escapers.MarkdownV2(clip?.broadcaster_name);
const author = escapers.MarkdownV2(clip?.creator_name);
const caption = [
`${title}\n\n*Channel*: _${channel}_`,
`*Created by*: _${author}_`,
`*Views*: _${clip?.view_count}_`,
`${title}\n\n*Channel*: _${channel}_`,
`*Created by*: _${author}_`,
`*Views*: _${clip?.view_count}_`,
].join(' \\| ');
const size = await this.getUrlContentLength(downloadLink);
if (!size) return null;
Expand Down

0 comments on commit fb7fda8

Please sign in to comment.