tim1mw / pycon_capture

Automated conference video capture and upload for PyconUK (and others)
4 stars 3 forks source link

Refactor YTSessionData #16

Open IanTaylorFB opened 5 years ago

IanTaylorFB commented 5 years ago

I made a class called YTSessionData in upload_completed_videos.py for the only reason that upload_video in upload_one_video.py originally used the command line argsas input data. These two code functions should be refactored so that the YTSessionDataclass is no longer required, or becomes more useful overall.