Skip to content

Releases: shailshouryya/yt-videos-list

0.3.5: Direct url use in API support

06 May 07:53
e022c60
Compare
Choose a tag to compare
  • compare changes to previous version

0.3.4: Automated selenium dependency downloads (Windows)

04 May 07:34
21fc03d
Compare
Choose a tag to compare

0.3.3: Automated selenium dependency downloads (MacOS)

03 May 22:18
a065ba7
Compare
Choose a tag to compare

0.3.2: Formatted selenium download commands

03 May 06:31
c63005d
Compare
Choose a tag to compare
  • compare changes to previous version
    • under the hood change using helper functions

0.3.1: New driver binary support

26 Apr 23:25
ea3dcd7
Compare
Choose a tag to compare
  • compare changes to previous version
    • Opera Stable 66, 67, 68
      • Operadriver 81.0.4044.113
      • Operadriver 80.0.3987.100
      • Operadriver 79.0.3945.79
    • Chrome Version 80, 81
      • Chromedriver 81.0.4044.69
      • Chromedriver 80.0.3987.106

0.3.0: Refactoring + API change

25 Apr 23:21
2a8690d
Compare
Choose a tag to compare
  • compare changes to previous version (there's a LOT!)
  • NOTE this is the same as 0.2.17!
    • updated to 0.3.0 to be better compliant with semantic versioning practice of updating the version number when making backwards INCOMPATIBLE changes (https://semver.org/)
  • no change in functionality, just changes in how things work under the hood and how to instantiate instances and call methods
    • updated ListGenerator() -> ListCreator()
      • no python generators are used in this program, so renamed to avoid being misleading and avoid potential confusion
    • updated create_list() -> create_list_for()
      • this is a more clear and obvious name that clearly describes what the method does
    • everything else is under the hood changes to how functions are invoked, user input is checked, functions/variables are named, code is organized (whitespace), import statements are organized, and user input is loaded (via tuple packing into instance_attributes in init.py and unpacking when loaded into execute.logic())"

0.2.17: Same as 0.3.0

25 Apr 23:25
857c375
Compare
Choose a tag to compare
  • compare changes to previous version
  • makes breaking changes to API

0.2.16: Invalid browser exit, table of contents

03 May 03:57
f0391f9
Compare
Choose a tag to compare

0.2.15: Selenium download commands support (Windows)

03 May 06:05
7c85e21
Compare
Choose a tag to compare

0.2.14: List creation chronological support

03 May 06:04
e3816b6
Compare
Choose a tag to compare