#๐Ÿ”’ yt-dlp slow streaming

8 messages ยท Page 1 of 1 (latest)

granite sapphireBOT
#

@random galleon

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

random galleon
#

Forgot to add the YDL options

YDL_OPTIONS2 = {
                'format': 'bestaudio[filesize<50M]/bestaudio/best',
                'noplaylist': True,
                'concurrent-fragments': 16,
                'extractaudio': True,
                'keepvideo': False,
                'geo_bypass': True,
                'throttled-rate': None,
                'socket_timeout': 5,
                'source_address': '0.0.0.0',
            }```
woeful parcel
#

!ytdl Sorry, we can't help with yt-dlp here

granite sapphireBOT
#
Our youtube-dl, or equivalents, policy

Per Python Discord's Rule 5, we are unable to assist with questions related to youtube-dl, pytube, or other YouTube video downloaders, as their usage violates YouTube's Terms of Service.

For reference, this usage is covered by the following clauses in YouTube's TOS, as of 2021-03-17:

The following restrictions apply to your use of the Service. You are not allowed to:

1. access, reproduce, download, distribute, transmit, broadcast, display, sell, license, alter, modify or otherwise use any part of the Service or any Content except: (a) as specifically permitted by the Service;  (b) with prior written permission from YouTube and, if applicable, the respective rights holders; or (c) as permitted by applicable law;

3. access the Service using any automated means (such as robots, botnets or scrapers) except: (a) in the case of public search engines, in accordance with YouTubeโ€™s robots.txt file; (b) with YouTubeโ€™s prior written permission; or (c) as permitted by applicable law;

9. use the Service to view or listen to Content other than for personal, non-commercial use (for example, you may not publicly screen videos or stream music from the Service)
random galleon
#

Sorry, i didn't know

granite sapphireBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.

#

๐Ÿ”’ yt-dlp slow streaming