Erocast #25451

Open
opened 2026-02-21 13:48:47 -05:00 by deekerman · 10 comments
Owner

Originally created by @FranekKemono on GitHub (Aug 26, 2022).

Originally assigned to: @abhishek-1309 on GitHub.

  • [v ] I'm reporting a new site support request
  • [v ] I've verified that I'm running youtube-dl version 2021.12.17
  • [v ] I've checked that all provided URLs are alive and playable in a browser
  • [v ] I've checked that none of provided URLs violate any copyrights
  • [v ] I've searched the bugtracker for similar site support requests including closed ones

Example URLs

https://erocast.me/track/4254/intimate-morning-with-your-wife

Description

Popular website for adult voice actors from /r/gonewildaudio

Originally created by @FranekKemono on GitHub (Aug 26, 2022). Originally assigned to: @abhishek-1309 on GitHub. - [v ] I'm reporting a new site support request - [v ] I've verified that I'm running youtube-dl version **2021.12.17** - [v ] I've checked that all provided URLs are alive and playable in a browser - [v ] I've checked that none of provided URLs violate any copyrights - [v ] I've searched the bugtracker for similar site support requests including closed ones ## Example URLs <!-- Provide all kinds of example URLs support for which should be included. Replace following example URLs by yours. --> https://erocast.me/track/4254/intimate-morning-with-your-wife ## Description Popular website for adult voice actors from /r/gonewildaudio
Author
Owner

@dirkf commented on GitHub (Aug 27, 2022):

The audio stream and metadata are in JSON assigned to var song_data_{audio_id} (here audo_id == '4254'), like this:

pretty-printed JS from page
var song_data_4254 = {
  'id': 4254,
  'mp3': 0,
  'waveform': 0,
  'preview': 0,
  'wav': 0,
  'flac': 0,
  'hd': 0,
  'hls': 1,
  'explicit': 0,
  'selling': 1,
  'price': '0.00',
  'genre': '10,6',
  'mood': null,
  'title': 'Intimate morning  with your wife',
  'description': null,
  'access': null,
  'duration': 1409,
  'artistIds': null,
  'loves': 0,
  'collectors': 0,
  'plays': 2344,
  'released_at': '08/26/2022',
  'copyright': null,
  'allow_download': 0,
  'download_count': 0,
  'allow_comments': 1,
  'comment_count': 0,
  'visibility': 1,
  'approved': 1,
  'pending': 0,
  'created_at': '2022-08-26T19:20:14.000000Z',
  'updated_at': '2022-08-27T11:49:34.000000Z',
  'vocal': 1,
  'script': null,
  'artwork_url': 'https://erocast.me/common/default/song.png',
  'permalink_url': 'https://erocast.me/track/4254/intimate-morning-with-your-wife',
  'stream_url': 'https://erocast.me/stream/hls/4254',
  'favorite': false,
  'library': false,
  'streamable': true,
  'user': {
    'id': 4198,
    'name': 'ZLOY_ASMR',
    'username': 'ZLOY_ASMR',
    'session_id': null,
    'artist_id': 0,
    'collection_count': 0,
    'following_count': 0,
    'follower_count': 0,
    'last_activity': '2022-08-26 19:41:03',
    'notification': null,
    'bio': null,
    'allow_comments': 1,
    'comment_count': 0,
    'script': null,
    'artwork_url': 'https://erocast.me/common/default/user.png',
    'permalink_url': 'https://erocast.me/zloy-asmr'
  },
  'tags': [
    {
      'id': 48044,
      'song_id': 4254,
      'tag': 'morning',
      'permalink_url': 'https://erocast.me/tracks/tag/morning'
    },
    {
      'id': 48045,
      'song_id': 4254,
      'tag': 'established relationships',
      'permalink_url': 'https://erocast.me/tracks/tag/established-relationships'
    },
    {
      'id': 48046,
      'song_id': 4254,
      'tag': 'wholesome',
      'permalink_url': 'https://erocast.me/tracks/tag/wholesome'
    },
    {
      'id': 48047,
      'song_id': 4254,
      'tag': 'kisses',
      'permalink_url': 'https://erocast.me/tracks/tag/kisses'
    },
    {
      'id': 48048,
      'song_id': 4254,
      'tag': 'wife',
      'permalink_url': 'https://erocast.me/tracks/tag/wife'
    }
  ]
}
@dirkf commented on GitHub (Aug 27, 2022): The audio stream and metadata are in JSON assigned to `var song_data_{audio_id}` (here `audo_id == '4254'`), like this: <details> <summary>pretty-printed JS from page</summary> <code><pre> var song_data_4254 = { 'id': 4254, 'mp3': 0, 'waveform': 0, 'preview': 0, 'wav': 0, 'flac': 0, 'hd': 0, 'hls': 1, 'explicit': 0, 'selling': 1, 'price': '0.00', 'genre': '10,6', 'mood': null, 'title': 'Intimate morning with your wife', 'description': null, 'access': null, 'duration': 1409, 'artistIds': null, 'loves': 0, 'collectors': 0, 'plays': 2344, 'released_at': '08/26/2022', 'copyright': null, 'allow_download': 0, 'download_count': 0, 'allow_comments': 1, 'comment_count': 0, 'visibility': 1, 'approved': 1, 'pending': 0, 'created_at': '2022-08-26T19:20:14.000000Z', 'updated_at': '2022-08-27T11:49:34.000000Z', 'vocal': 1, 'script': null, 'artwork_url': 'https://erocast.me/common/default/song.png', 'permalink_url': 'https://erocast.me/track/4254/intimate-morning-with-your-wife', 'stream_url': 'https://erocast.me/stream/hls/4254', 'favorite': false, 'library': false, 'streamable': true, 'user': { 'id': 4198, 'name': 'ZLOY_ASMR', 'username': 'ZLOY_ASMR', 'session_id': null, 'artist_id': 0, 'collection_count': 0, 'following_count': 0, 'follower_count': 0, 'last_activity': '2022-08-26 19:41:03', 'notification': null, 'bio': null, 'allow_comments': 1, 'comment_count': 0, 'script': null, 'artwork_url': 'https://erocast.me/common/default/user.png', 'permalink_url': 'https://erocast.me/zloy-asmr' }, 'tags': [ { 'id': 48044, 'song_id': 4254, 'tag': 'morning', 'permalink_url': 'https://erocast.me/tracks/tag/morning' }, { 'id': 48045, 'song_id': 4254, 'tag': 'established relationships', 'permalink_url': 'https://erocast.me/tracks/tag/established-relationships' }, { 'id': 48046, 'song_id': 4254, 'tag': 'wholesome', 'permalink_url': 'https://erocast.me/tracks/tag/wholesome' }, { 'id': 48047, 'song_id': 4254, 'tag': 'kisses', 'permalink_url': 'https://erocast.me/tracks/tag/kisses' }, { 'id': 48048, 'song_id': 4254, 'tag': 'wife', 'permalink_url': 'https://erocast.me/tracks/tag/wife' } ] } </pre> </code> </details>
Author
Owner

@abhishek-1309 commented on GitHub (Sep 27, 2022):

Can I take this?

@abhishek-1309 commented on GitHub (Sep 27, 2022): Can I take this?
Author
Owner

@dirkf commented on GitHub (Sep 27, 2022):

Thanks.

@dirkf commented on GitHub (Sep 27, 2022): Thanks.
Author
Owner

@abhishek-1309 commented on GitHub (Sep 27, 2022):

I wrote following class as per the guidlines of adding support to new site

class ErocastIE(InfoExtractor):
    _VALID_URL = r'https?://(?:www\.)?erocast\.me/track/(?P<id>[0-9]+)/([a-z]+-)+[a-z]+'
    _TEST = {
        'url': 'https://erocast.me/track/4254/intimate-morning-with-your-wife',
        'md5': 'TODO: md5 sum of the first 10241 bytes of the video file (use --test)',
        'info_dict': {
            'id': 4254,
            'ext': 'mp3',
            'mp3': 0,
            'waveform': 0,
            'preview': 0,
            'wav': 0,
            'flac': 0,
            'hd': 0,
            'hls': 1,
            'explicit': 0,
            'selling': 1,
            'price': '0.00',
            'genre': '10,6',
            'mood': None,
            'title': 'Intimate morning  with your wife',
            'description': None,
            'access': None,
            'duration': 1409,
            'artistIds': None,
            'loves': 0,
            'collectors': 0,
            'plays': 2344,
            'released_at': '08/26/2022',
            'copyright': None,
            'allow_download': 0,
            'download_count': 0,
            'allow_comments': 1,
            'comment_count': 0,
            'visibility': 1,
            'approved': 1,
            'pending': 0,
            'created_at': '2022-08-26T19:20:14.000000Z',
            'updated_at': '2022-08-27T11:49:34.000000Z',
            'vocal': 1,
            'script': None,
            'artwork_url': 'https://erocast.me/common/default/song.png',
            'permalink_url': 'https://erocast.me/track/4254/intimate-morning-with-your-wife',
            'stream_url': 'https://erocast.me/stream/hls/4254',
            'favorite': False,
            'library': False,
            'streamable': True,
            'user': {
                'id': 4198,
                'name': 'ZLOY_ASMR',
                'username': 'ZLOY_ASMR',
                'session_id': None,
                'artist_id': 0,
                'collection_count': 0,
                'following_count': 0,
                'follower_count': 0,
                'last_activity': '2022-08-26 19:41:03',
                'notification': None,
                'bio': None,
                'allow_comments': 1,
                'comment_count': 0,
                'script': None,
                'artwork_url': 'https://erocast.me/common/default/user.png',
                'permalink_url': 'https://erocast.me/zloy-asmr'
            },
            'tags': [
                {
                    'id': 48044,
                    'song_id': 4254,
                    'tag': 'morning',
                    'permalink_url': 'https://erocast.me/tracks/tag/morning'
                },
                {
                    'id': 48045,
                    'song_id': 4254,
                    'tag': 'established relationships',
                    'permalink_url': 'https://erocast.me/tracks/tag/established-relationships'
                },
                {
                    'id': 48046,
                    'song_id': 4254,
                    'tag': 'wholesome',
                    'permalink_url': 'https://erocast.me/tracks/tag/wholesome'
                },
                {
                    'id': 48047,
                    'song_id': 4254,
                    'tag': 'kisses',
                    'permalink_url': 'https://erocast.me/tracks/tag/kisses'
                },
                {
                    'id': 48048,
                    'song_id': 4254,
                    'tag': 'wife',
                    'permalink_url': 'https://erocast.me/tracks/tag/wife'
                }
            ]
            # TODO more properties, either as:
            # * A value
            # * MD5 checksum; start the string with md5:
            # * A regular expression; start the string with re:
            # * Any Python type (for example int or float)
        }
    }

While running the test, I am getting this error, am I missing anything?

PS C:\Users\Abhishek\youtube-dl> python test/test_download.py TestDownload.test_Erocast
[Erocast] 4254: Downloading webpage
ERROR: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and
include its complete output.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and inclu
de its complete output.
Traceback (most recent call last):
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 816, in wrapper
    return func(self, *args, **kwargs)
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 837, in __extract_info
    ie_result = ie.extract(url)
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\common.py", line 534, in extract
    ie_result = self._real_extract(url)
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\erocast.py", line 123, in _real_extract
    'uploader': self._search_regex(r'<div[^>]+id="uploader"[^>]*>([^<]+)<', webpage, 'uploader', fatal=False),
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\common.py", line 1014, in _search_regex
    self._downloader.report_warning('unable to extract %s' % _name + bug_reports_message())
  File "C:\Users\Abhishek\youtube-dl\test\helper.py", line 271, in _report_warning
    real_warning(w)
  File "C:\Users\Abhishek\youtube-dl\test\test_download.py", line 53, in report_warning
    raise ExtractorError(message)
youtube_dl.utils.ExtractorError: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl wi
th the --verbose flag and include its complete output.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with th
e --verbose flag and include its complete output.

E
======================================================================
ERROR: test_Erocast (__main__.TestDownload):
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 816, in wrapper
    return func(self, *args, **kwargs)
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 837, in __extract_info
    ie_result = ie.extract(url)
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\common.py", line 534, in extract
    ie_result = self._real_extract(url)
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\erocast.py", line 123, in _real_extract
    'uploader': self._search_regex(r'<div[^>]+id="uploader"[^>]*>([^<]+)<', webpage, 'uploader', fatal=False),
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\common.py", line 1014, in _search_regex
    self._downloader.report_warning('unable to extract %s' % _name + bug_reports_message())
  File "C:\Users\Abhishek\youtube-dl\test\helper.py", line 271, in _report_warning
    real_warning(w)
  File "C:\Users\Abhishek\youtube-dl\test\test_download.py", line 53, in report_warning
    raise ExtractorError(message)
youtube_dl.utils.ExtractorError: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl wi
th the --verbose flag and include its complete output.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with th
e --verbose flag and include its complete output.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\Abhishek\youtube-dl\test\test_download.py", line 167, in test_template
    raise err
  File "C:\Users\Abhishek\youtube-dl\test\test_download.py", line 159, in test_template
    res_dict = ydl.extract_info(
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 809, in extract_info
    return self.__extract_info(url, ie, download, extra_info, process)
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 825, in wrapper
    self.report_error(compat_str(e), e.format_traceback())
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 629, in report_error
    self.trouble(error_message, tb)
  File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 599, in trouble
    raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube
-dl with the --verbose flag and include its complete output.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl w
ith the --verbose flag and include its complete output.

----------------------------------------------------------------------
Ran 1 test in 2.217s

FAILED (errors=1)
@abhishek-1309 commented on GitHub (Sep 27, 2022): I wrote following class as per the guidlines of adding support to new site ``` class ErocastIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?erocast\.me/track/(?P<id>[0-9]+)/([a-z]+-)+[a-z]+' _TEST = { 'url': 'https://erocast.me/track/4254/intimate-morning-with-your-wife', 'md5': 'TODO: md5 sum of the first 10241 bytes of the video file (use --test)', 'info_dict': { 'id': 4254, 'ext': 'mp3', 'mp3': 0, 'waveform': 0, 'preview': 0, 'wav': 0, 'flac': 0, 'hd': 0, 'hls': 1, 'explicit': 0, 'selling': 1, 'price': '0.00', 'genre': '10,6', 'mood': None, 'title': 'Intimate morning with your wife', 'description': None, 'access': None, 'duration': 1409, 'artistIds': None, 'loves': 0, 'collectors': 0, 'plays': 2344, 'released_at': '08/26/2022', 'copyright': None, 'allow_download': 0, 'download_count': 0, 'allow_comments': 1, 'comment_count': 0, 'visibility': 1, 'approved': 1, 'pending': 0, 'created_at': '2022-08-26T19:20:14.000000Z', 'updated_at': '2022-08-27T11:49:34.000000Z', 'vocal': 1, 'script': None, 'artwork_url': 'https://erocast.me/common/default/song.png', 'permalink_url': 'https://erocast.me/track/4254/intimate-morning-with-your-wife', 'stream_url': 'https://erocast.me/stream/hls/4254', 'favorite': False, 'library': False, 'streamable': True, 'user': { 'id': 4198, 'name': 'ZLOY_ASMR', 'username': 'ZLOY_ASMR', 'session_id': None, 'artist_id': 0, 'collection_count': 0, 'following_count': 0, 'follower_count': 0, 'last_activity': '2022-08-26 19:41:03', 'notification': None, 'bio': None, 'allow_comments': 1, 'comment_count': 0, 'script': None, 'artwork_url': 'https://erocast.me/common/default/user.png', 'permalink_url': 'https://erocast.me/zloy-asmr' }, 'tags': [ { 'id': 48044, 'song_id': 4254, 'tag': 'morning', 'permalink_url': 'https://erocast.me/tracks/tag/morning' }, { 'id': 48045, 'song_id': 4254, 'tag': 'established relationships', 'permalink_url': 'https://erocast.me/tracks/tag/established-relationships' }, { 'id': 48046, 'song_id': 4254, 'tag': 'wholesome', 'permalink_url': 'https://erocast.me/tracks/tag/wholesome' }, { 'id': 48047, 'song_id': 4254, 'tag': 'kisses', 'permalink_url': 'https://erocast.me/tracks/tag/kisses' }, { 'id': 48048, 'song_id': 4254, 'tag': 'wife', 'permalink_url': 'https://erocast.me/tracks/tag/wife' } ] # TODO more properties, either as: # * A value # * MD5 checksum; start the string with md5: # * A regular expression; start the string with re: # * Any Python type (for example int or float) } } ``` While running the test, I am getting this error, am I missing anything? ``` PS C:\Users\Abhishek\youtube-dl> python test/test_download.py TestDownload.test_Erocast [Erocast] 4254: Downloading webpage ERROR: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and inclu de its complete output. Traceback (most recent call last): File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 816, in wrapper return func(self, *args, **kwargs) File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 837, in __extract_info ie_result = ie.extract(url) File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\common.py", line 534, in extract ie_result = self._real_extract(url) File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\erocast.py", line 123, in _real_extract 'uploader': self._search_regex(r'<div[^>]+id="uploader"[^>]*>([^<]+)<', webpage, 'uploader', fatal=False), File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\common.py", line 1014, in _search_regex self._downloader.report_warning('unable to extract %s' % _name + bug_reports_message()) File "C:\Users\Abhishek\youtube-dl\test\helper.py", line 271, in _report_warning real_warning(w) File "C:\Users\Abhishek\youtube-dl\test\test_download.py", line 53, in report_warning raise ExtractorError(message) youtube_dl.utils.ExtractorError: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl wi th the --verbose flag and include its complete output.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with th e --verbose flag and include its complete output. E ====================================================================== ERROR: test_Erocast (__main__.TestDownload): ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 816, in wrapper return func(self, *args, **kwargs) File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 837, in __extract_info ie_result = ie.extract(url) File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\common.py", line 534, in extract ie_result = self._real_extract(url) File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\erocast.py", line 123, in _real_extract 'uploader': self._search_regex(r'<div[^>]+id="uploader"[^>]*>([^<]+)<', webpage, 'uploader', fatal=False), File "C:\Users\Abhishek\youtube-dl\youtube_dl\extractor\common.py", line 1014, in _search_regex self._downloader.report_warning('unable to extract %s' % _name + bug_reports_message()) File "C:\Users\Abhishek\youtube-dl\test\helper.py", line 271, in _report_warning real_warning(w) File "C:\Users\Abhishek\youtube-dl\test\test_download.py", line 53, in report_warning raise ExtractorError(message) youtube_dl.utils.ExtractorError: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl wi th the --verbose flag and include its complete output.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with th e --verbose flag and include its complete output. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\Abhishek\youtube-dl\test\test_download.py", line 167, in test_template raise err File "C:\Users\Abhishek\youtube-dl\test\test_download.py", line 159, in test_template res_dict = ydl.extract_info( File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 809, in extract_info return self.__extract_info(url, ie, download, extra_info, process) File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 825, in wrapper self.report_error(compat_str(e), e.format_traceback()) File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 629, in report_error self.trouble(error_message, tb) File "C:\Users\Abhishek\youtube-dl\youtube_dl\YoutubeDL.py", line 599, in trouble raise DownloadError(message, exc_info) youtube_dl.utils.DownloadError: ERROR: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube -dl with the --verbose flag and include its complete output.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl w ith the --verbose flag and include its complete output. ---------------------------------------------------------------------- Ran 1 test in 2.217s FAILED (errors=1) ```
Author
Owner

@dirkf commented on GitHub (Sep 27, 2022):

You've pasted the test part but not the _real_extract() method.

Please make a draft Pull Request. You'll need to have forked the repo in GitHub, committed your changes to a new branch, and pushed the branch to your fork.

@dirkf commented on GitHub (Sep 27, 2022): You've pasted the test part but not the `_real_extract()` method. Please make a draft Pull Request. You'll need to have forked the repo in GitHub, committed your changes to a new branch, and pushed the branch to your fork.
Author
Owner

@abhishek-1309 commented on GitHub (Sep 27, 2022):

I have created a draft pull request
https://github.com/ytdl-org/youtube-dl/pull/31261

@abhishek-1309 commented on GitHub (Sep 27, 2022): I have created a draft pull request [https://github.com/ytdl-org/youtube-dl/pull/31261](url)
Author
Owner

@abhishek-1309 commented on GitHub (Sep 27, 2022):

Looks like I have to update the real extract code, just one question how do I know which attributes to return for _real_extract

@abhishek-1309 commented on GitHub (Sep 27, 2022): Looks like I have to update the real extract code, just one question how do I know which attributes to return for _real_extract
Author
Owner

@K-web04 commented on GitHub (Jan 8, 2023):

Hey I want to work on this project

@K-web04 commented on GitHub (Jan 8, 2023): Hey I want to work on this project
Author
Owner

@dirkf commented on GitHub (Jan 8, 2023):

It looks like @abhishek-1309 has given up, but feel free to take it up either way. The suggestions above apply equally.

@dirkf commented on GitHub (Jan 8, 2023): It looks like @abhishek-1309 has given up, but feel free to take it up either way. The suggestions above apply equally.
Author
Owner

@RonniCGN commented on GitHub (Feb 20, 2023):

Hi, I created an extractor for erocast and a pull request https://github.com/ytdl-org/youtube-dl/pull/31631
Only basic functionality to download a single sound file.
Erocast uses an m3u8 streaming file. The sound data seems to be in mp4 format (audio only)

@RonniCGN commented on GitHub (Feb 20, 2023): Hi, I created an extractor for erocast and a pull request https://github.com/ytdl-org/youtube-dl/pull/31631 Only basic functionality to download a single sound file. Erocast uses an m3u8 streaming file. The sound data seems to be in mp4 format (audio only)
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/youtube-dl-ytdl-org#25451
No description provided.