Yt v0.13.0 Release Notes

Release Date: 2014-09-11 // over 9 years ago
  • ⬆️ How to upgrade

    If your code never calls the create_playlist on a Channel object, then you are good to go.

    If it does, then replace your calls to channel.create_playlist with account.create_playlist, that is, call create_playlist on the channel’s account instead.

    • 🚚 [ENHANCEMENT] Remove create_playlist from Channel (still exists on Account)
    • [ENHANCEMENT] Accept category_id in upload_video.