Yt v0.24.0 Release Notes

Release Date: 2015-05-21 // almost 9 years ago
  • ⬆️ How to upgrade

    If your code expects the estimated_minutes_watched or the average_view_duration report to return a Float, beware that they now return an Integer (since that is what YouTube returns). 📜 In case you still need to parse a float, just append .to_f to the result.

    • [ENHANCEMENT] Return Integer on estimated_minutes_watched reports
    • [ENHANCEMENT] Return Integer on average_view_duration reports
    • [FEATURE] New by: :referrer option for reports.