LarsW

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by LarsW

  1. Hi, could u please update the application and try again?
  2. For the moment the options for the naming of the files have not changed. You can either: A.: Dump all videos in one single folder, each file named after the video title B.: Save the videos in separate folders for each channel (Folder named after Channel / Video after title) C.: Save the videos after the plex youtube agent sheme (Folder named: [channel-id] and video named [video-id])
  3. I just pushed an update. This docker now uses yt-dlp instead of pytube. yt-dlp receives updates and fixes much faster, which I hope will ensure that there are no more long lasting outages. As this was I relatively big update, any feedback and bug reports are welcome!
  4. Thanks for reporting. I am currently working on rewriting the container to use yt-dlp instead of pytube, as it seems to receive updates faster and more reliable. I hope I can push the update tommorow
  5. Thanks for posting, I am able to reproduce this issue. There will be an update which recognizes the new channel urls. Meanwhile you can just use the old channel urls, they are still working. On most channels its posted in the channel info. Also you can use websites like this one to get the channel url.
  6. The container should work now, sorry for the long wait. Currently the download speed is low, I am looking in to it.
  7. Did you go to the settings and press "Disable naming for Youtube-Agent"?
  8. It seems like there were changes to youtube which resulted in a bug in pytube, the library this docker uses to download the videos. I´ll update the container as soon as pytube gets updated.
  9. Es ist jetzt ein Update verfügbar, damit funktioniert es bei mir wieder reibungslos. Das Problem war scheinbar auf Shorts beschränkt, daher ist es mir nicht aufgefallen. -- The problem should be fixed with the update. It seems like only shorts were effected, which is why I didn´t notice it.
  10. Hey, currently I am only interested in fixing bugs. I wanted to work on higher resolutions and naming but I am currently working on a project for study. I don´t think I will add new features till Christmas. If you want to contribute or edit the container to your needs, you can download the project on Github here. Basically you´ll need to edit the files accordingly to your needs and then build the container with docker (there are plenty of tutorials on Youtube). If your build then is without issues you can create a pull request on github, I will test it, and then merge it to the main branch. This would make it available to everyone via an update.
  11. Can you give me more information? Or some examples? Regarding the format/resolution, I am looking into it. But I am not sure how much time it will take. PS: Anyone is welcome to contribute on github
  12. It seems like its not an issue with the program itself, but for some reason the name resolution (DNS Services, I guess?) fail. I've uploaded an update which prevents the docker from stopping, and just ignoring this error.
  13. As suspected, pytube was / is the issue. It currently has an critical issue. I updated the docker to use youtube-dl if pytube fails. Sadly you will have to delete the links, which have not been downloaded from the appdata/<ChannelName>.txt file to download them.
  14. I currently don't have access to my own server, so I can't test it at the moment. Can you open the config.ini in the app data folder and change log = False to log = True? After running the docker again, there should be two files: flaskDEBUG and mainDEBUG. I have the suspicion that it's actually the pytube library which is causing these issues.
  15. The docker container has been updated to adress the issues mentioned by DevXen.
  16. I think I have a lead on the issue. I hope I can publish a update later today or tomorrow. Note: There seems to be a common misconception that the app will download the whole channel when added. This is not the case as the app will only download new videos. It is however possible to download all videos by deleting the content of the <channelName>.txt in the appdata folder.
  17. I am not sure if I am reproducing the same bug as you are experiencing. On the first try I was able to add the playlist without issues. But when I "spammed" the GUI, it becomes unresponsive and no new channels or videos can be added/removed. Even after restarting the container. I am investigating, I will come back on this when I find out what is causing this. Meanwhile, you could try to add the playlist manually. This should be able to be done by adding a new line with the channel-URL to monitoredPlaylist.txt
  18. yes, you should be able to add playlists. Have you made sure the playlist are public?
  19. I will look into this, but as of right now I don´t have much time to invest, I would not expect major updates until summer, depending on when my exams are done. But anyone is welcome to improve the project by opening a Pull Request on GitHub
  20. Thanks for the feedback! At the moment there is no option to specify the resolution. This project uses pytube, which should get the highest available resolution.
  21. I had this error once when installing the Docker for the first time. Since then I was not able to reproduce this error. For me simply trying to restart worked. I suggest just to try to restart and see if it works. If it doesn't feel free to reply.
  22. Yes. Can you dm me the link you put in the box? Then I will try to investigate
  23. The intention was to know if the bug is reproducible. I was not able to reproduce the bug. Did you try to go to the appdata/auto-yt-dl folder and empty the monitoredChannel.txt (also delete the pre-written text) ? Do you also have this issue?
  24. That’s a great idea but at the moment I don’t have time. I will take a look at this after addressing the issue above.
  25. Does it happen immediately after installation? Did you try to reinstall it? Is there anything special about your system? I will take a look at it as soon as possible but at the moment I don’t have much time.