Skip to content

Commit

Permalink
Merge pull request pystardust#373 from pirate486743186/fix-duration-lbry
Browse files Browse the repository at this point in the history
more readable duration for odysee
  • Loading branch information
Euro20179 authored Aug 31, 2021
2 parents 18ad09a + 8a3575b commit ece88e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ytfzf
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ scrape_odysee () {
url: "https://www.odysee.com/\(.channel)/\(.name)",
channel: .channel,
thumbs: .thumbnail_url,
duration: .duration,
duration: "\(.duration / 60 | floor):\(.duration % 60)",
views: .view_cnt,
date: .cq_created_at
}
Expand Down

0 comments on commit ece88e1

Please sign in to comment.