If a download request is made for a video and
the video has multiple types and resolutions then a MultipleObjects Exception is raised
-extraneous print statement was left in download_video function
This change:
uses pytube filter function to select a single video with the highest resolution for download
deletes print statement
closes and addresses:
Github issue #6
Github issue #7
Prior to this change:
This change:
closes and addresses: Github issue #6 Github issue #7