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.
I made a class called
YTSessionData
inupload_completed_videos.py
for the only reason thatupload_video
inupload_one_video.py
originally used the command lineargs
as input data. These two code functions should be refactored so that theYTSessionData
class is no longer required, or becomes more useful overall.