JannikHv / gydl

gydl (Graphical YouTube-Download) is a GUI wrapper around yt-dlp.
GNU General Public License v2.0
151 stars 22 forks source link

Separate method for getting audio quality and video quality #36

Open mmayfield opened 3 years ago

mmayfield commented 3 years ago

Audio quality needs to cut best,average and worst text from the text field and only provide single digit integer. Video quality needs to keep first three characters of quality field. This pull creates separate get methods to hold the different quality values.