openzim / youtube

Create a ZIM file from a Youtube channel/username/playlist
GNU General Public License v3.0
43 stars 26 forks source link

Refactored Object inheritance #136

Closed HarshCasper closed 3 years ago

HarshCasper commented 3 years ago

Description

While browsing through the Code and studying it for better understanding, I found minor bugs and anti-patterns that can be possibly improved to mitigate any potential bug. Since this is the first time, when I'm contributing to @openZim , I wanted to get a better understanding of the Codebase and make contributions on the same.

Changes Done

The following commits have been made on the Codebase:

The Issue seems to be very minor but it improves the readability of the Code and since Python 3 inserts it for us behind the scenes, I suggested that its best remove them up.

kelson42 commented 3 years ago

@HarshCasper Thank you for your PR. We will come back to you in the next days.