[PR #14] [MERGED] Fixed Shorts caching #94

Closed
opened 2026-03-02 04:06:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/14
Author: @supperfreddo
Created: 2/19/2024
Status: Merged
Merged: 2/19/2024
Merged by: @FujiwaraChoki

Base: mainHead: main


📝 Commits (3)

📊 Changes

3 files changed (+33 additions, -16 deletions)

View changed files

📝 requirements.txt (+1 -1)
📝 src/classes/YouTube.py (+18 -3)
📝 src/main.py (+14 -12)

📄 Description

This pull request addresses several issues related to the caching functionality of YouTube Shorts, resolving both broken and unfinished aspects. The following changes have been made:

  • fixed improper use of local variable _account_uuid
  • fixed wrong height setting for subtitles
  • fixed get_videos function by getting the profiles videos and returning them
  • added datetime stamp when video is uploaded
  • added datetime to requirements.txt
  • added 'No videos found' message if user hasn't uploaded a short yet

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/14 **Author:** [@supperfreddo](https://github.com/supperfreddo) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/19/2024 **Merged by:** [@FujiwaraChoki](https://github.com/FujiwaraChoki) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`8c1eebd`](https://github.com/FujiwaraChoki/MoneyPrinterV2/commit/8c1eebd90691266dbf2fb71d3fde4d38391e52b5) Fixed Shorts caching - [`84db641`](https://github.com/FujiwaraChoki/MoneyPrinterV2/commit/84db6414e9ebfb37e1f6acabeac365b4aaac79f7) Remove unnecessary requirement - [`dbbf4ca`](https://github.com/FujiwaraChoki/MoneyPrinterV2/commit/dbbf4cacec0a50208609810c8470938d2529a564) Remove unnecessary import ### 📊 Changes **3 files changed** (+33 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) 📝 `src/classes/YouTube.py` (+18 -3) 📝 `src/main.py` (+14 -12) </details> ### 📄 Description This pull request addresses several issues related to the caching functionality of YouTube Shorts, resolving both broken and unfinished aspects. The following changes have been made: - fixed improper use of local variable _account_uuid - fixed wrong height setting for subtitles - fixed get_videos function by getting the profiles videos and returning them - added datetime stamp when video is uploaded - added datetime to requirements.txt - added 'No videos found' message if user hasn't uploaded a short yet --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:06:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MoneyPrinterV2#94
No description provided.