Cannot download subs on tlc.com #24688

Open
opened 2026-02-21 12:09:01 -05:00 by deekerman · 7 comments
Owner

Originally created by @elliott10 on GitHub (Nov 22, 2021).

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.06.06
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

youtube-dl --all-subs --verbose --skip-download  "https://www.tlc.com/tv-shows/90-day-fiance/full-episodes/whats-mine-is-mine"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--all-subs', u'--verbose', u'--skip-download', u'https://www.tlc.com/tv-shows/90-day-fiance/full-episodes/whats-mine-is-mine']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2021.06.06
[debug] Python version 2.7.18 (CPython) - Linux-5.11.0-40-generic-x86_64-with-Ubuntu-20.04-focal
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4, rtmpdump 2.4
[debug] Proxy map: {'http': 'http://192.168.0.185:80', 'https': 'http://192.168.0.185:80'}
[Discovery] whats-mine-is-mine: Downloading token JSON metadata
[Discovery] whats-mine-is-mine: Downloading content JSON metadata
[Discovery] whats-mine-is-mine: Downloading streaming JSON metadata
[Discovery] whats-mine-is-mine: Downloading m3u8 information
[debug] Default format spec: bestvideo+bestaudio/best
[info] Writing video subtitles to: What's Mine Is Mine-5fe7f108450ef7161e2fb27f.en.scc
WARNING: Unable to download subtitle for "en": Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Description

Can not download subs on tlc.com

Originally created by @elliott10 on GitHub (Nov 22, 2021). <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2021.06.06. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. - Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser. - Make sure that all URLs and arguments with special characters are properly quoted or escaped as explained in http://yt-dl.org/escape. - Search the bugtracker for similar issues: http://yt-dl.org/search-issues. DO NOT post duplicates. - Finally, put x into all relevant boxes (like this [x]) --> - [x] I'm reporting a broken site support - [x] I've verified that I'm running youtube-dl version **2021.06.06** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [x] I've searched the bugtracker for similar issues including closed ones ## Verbose log <!-- Provide the complete verbose output of youtube-dl that clearly demonstrates the problem. Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this: [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 [debug] youtube-dl version 2021.06.06 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4 [debug] Proxy map: {} <more lines> --> ``` youtube-dl --all-subs --verbose --skip-download "https://www.tlc.com/tv-shows/90-day-fiance/full-episodes/whats-mine-is-mine" [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [u'--all-subs', u'--verbose', u'--skip-download', u'https://www.tlc.com/tv-shows/90-day-fiance/full-episodes/whats-mine-is-mine'] [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2021.06.06 [debug] Python version 2.7.18 (CPython) - Linux-5.11.0-40-generic-x86_64-with-Ubuntu-20.04-focal [debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4, rtmpdump 2.4 [debug] Proxy map: {'http': 'http://192.168.0.185:80', 'https': 'http://192.168.0.185:80'} [Discovery] whats-mine-is-mine: Downloading token JSON metadata [Discovery] whats-mine-is-mine: Downloading content JSON metadata [Discovery] whats-mine-is-mine: Downloading streaming JSON metadata [Discovery] whats-mine-is-mine: Downloading m3u8 information [debug] Default format spec: bestvideo+bestaudio/best [info] Writing video subtitles to: What's Mine Is Mine-5fe7f108450ef7161e2fb27f.en.scc WARNING: Unable to download subtitle for "en": Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. ``` ## Description <!-- Provide an explanation of your issue in an arbitrary form. Provide any additional information, suggested solution and as much context and examples as possible. If work on your issue requires account credentials please provide them or explain how one can obtain them. --> Can not download subs on tlc.com
Author
Owner

@dirkf commented on GitHub (Nov 22, 2021):

Has this ever been possible?

@dirkf commented on GitHub (Nov 22, 2021): Has this ever been possible?
Author
Owner

@october262 commented on GitHub (Nov 23, 2021):

i just used the firefox addon called the stream detector to grab the subtitles
for this link - https://www.tlc.com/tv-shows/90-day-fiance/full-episodes/whats-mine-is-mine

@october262 commented on GitHub (Nov 23, 2021): i just used the firefox addon called the stream detector to grab the subtitles for this link - https://www.tlc.com/tv-shows/90-day-fiance/full-episodes/whats-mine-is-mine
Author
Owner

@elliott10 commented on GitHub (Nov 23, 2021):

Subtitles can be detected, But never downloaded.

@elliott10 commented on GitHub (Nov 23, 2021): Subtitles can be detected, But never downloaded.
Author
Owner

@dirkf commented on GitHub (Nov 23, 2021):

Please show a verbose log for this.

@dirkf commented on GitHub (Nov 23, 2021): Please show a verbose log for this.
Author
Owner

@elliott10 commented on GitHub (Nov 30, 2021):

verbose log:

[Discovery] whats-mine-is-mine: Downloading token JSON metadata
[Discovery] whats-mine-is-mine: Downloading content JSON metadata
[Discovery] whats-mine-is-mine: Downloading streaming JSON metadata
[Discovery] whats-mine-is-mine: Downloading m3u8 information
[debug] Default format spec: bestvideo+bestaudio/best
[info] Writing video subtitles to: What's Mine Is Mine-5fe7f108450ef7161e2fb27f.en.scc
WARNING: Unable to download subtitle for "en": Unable to download webpage: HTTP Error 403: Forbidden 
(caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@elliott10 commented on GitHub (Nov 30, 2021): > verbose log: ``` [Discovery] whats-mine-is-mine: Downloading token JSON metadata [Discovery] whats-mine-is-mine: Downloading content JSON metadata [Discovery] whats-mine-is-mine: Downloading streaming JSON metadata [Discovery] whats-mine-is-mine: Downloading m3u8 information [debug] Default format spec: bestvideo+bestaudio/best [info] Writing video subtitles to: What's Mine Is Mine-5fe7f108450ef7161e2fb27f.en.scc WARNING: Unable to download subtitle for "en": Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. ```
Author
Owner

@dirkf commented on GitHub (Nov 30, 2021):

Looks like the URL is geo-restricted: 403 from UK on downloading JSON even with --geo-bypass-country (same with yt-dlp).

@dirkf commented on GitHub (Nov 30, 2021): Looks like the URL is geo-restricted: 403 from UK on downloading JSON even with `--geo-bypass-country` (same with yt-dlp).
Author
Owner

@dirkf commented on GitHub (May 26, 2023):

Like #24468, but TLC instead of FoodNetwork.
Like #20722, but with 403 instead of 503.
Like #19184, but TLC instead of InvestigationDiscovery.

@dirkf commented on GitHub (May 26, 2023): Like #24468, but TLC instead of FoodNetwork. Like #20722, but with 403 instead of 503. Like #19184, but TLC instead of InvestigationDiscovery.
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#24688
No description provided.