Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperfield committed Mar 24, 2024
1 parent 00e391d commit a190383
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

**YT Channel Downloader** is an intuitive desktop application built to simplify the process of downloading YouTube media content. Leveraging the robustness of [yt-dlp](https://github.com/yt-dlp/yt-dlp), [scrapetube](https://github.com/dermasmid/scrapetube), and [pytube](https://github.com/pytube/pytube), and enriched with a modern PyQt 6 GUI, this tool offers a seamless experience to download your favorite content.

![YT Channel Downloader Screenshot](screenshot.png)
![YT Channel Downloader Screenshot (Windows)](screenshot_win.png)
![YT Channel Downloader Screenshot (Linux)](screenshot.png)

---

Expand Down
1 change: 1 addition & 0 deletions classes/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def is_download_complete(filepath):

return True


class MainWindow(QMainWindow):
def __init__(self, parent=None):
super().__init__(parent)
Expand Down
Binary file added screenshot_win.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a190383

Please sign in to comment.