repo stringclasses 32
values | instance_id stringlengths 13 37 | base_commit stringlengths 40 40 | patch stringlengths 1 1.89M | test_patch stringclasses 1
value | problem_statement stringlengths 304 69k | hints_text stringlengths 0 246k | created_at stringlengths 20 20 | version stringclasses 1
value | FAIL_TO_PASS stringclasses 1
value | PASS_TO_PASS stringclasses 1
value | environment_setup_commit stringclasses 1
value | traceback stringlengths 64 23.4k | __index_level_0__ int64 29 19k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ytdl-org/youtube-dl | ytdl-org__youtube-dl-30577 | af9e72507ea38e5ab3fa2751ed09ec88021260cb | diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -416,6 +416,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
(?:.*?\#/)? # handle anchor (#/) re... | Problem with a YT short site
<!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read an... | 2022-01-31T00:10:16Z | [] | [] |
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\YoutubeDL.py", line 815, in wrapper
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpupik7c6w\build\youtube_dl\YoutubeDL.py", line 836, in __extract_info
... | 18,868 | ||||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-30596 | 0c0876f790c78c38ececbc920073e8b6cf01e9c7 | diff --git a/youtube_dl/extractor/viki.py b/youtube_dl/extractor/viki.py
--- a/youtube_dl/extractor/viki.py
+++ b/youtube_dl/extractor/viki.py
@@ -1,38 +1,29 @@
# coding: utf-8
from __future__ import unicode_literals
-import base64
import hashlib
import hmac
-import itertools
import json
-import re
import time
... | Viki.com not working
Youtube-DL (and -DLP) used to work for Viki.com until a few days ago.
Verbose log from Youtube-DL:
[debug] System config: [][debug] User config: [][debug] Custom config: [][debug] Command-line args: ['--verbose', '--cookies', 'viki.txt', '--username', 'PRIVATE', '--password', 'PRIVATE', 'https:... | This is already fixed in yt-dlp 2022.02.03 (yt-dlp/yt-dlp#2540). The code here is a bit different so the rest of the changes would probably have to be backported as well to fix it.
Same for me on macos (actually I cannot download any video anymore). After investigating, the json content of the 422 error is the followin... | 2022-02-04T12:40:24Z | [] | [] |
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl
31\build\youtube_dl\YoutubeDL.py", line 815, in wrapper
| 18,870 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-30676 | 34722270741fb9c06f978861c1e5f503291070d8 | diff --git a/youtube_dl/extractor/myspass.py b/youtube_dl/extractor/myspass.py
--- a/youtube_dl/extractor/myspass.py
+++ b/youtube_dl/extractor/myspass.py
@@ -35,7 +35,9 @@ def _real_extract(self, url):
title = xpath_text(metadata, 'title', fatal=True)
video_url = xpath_text(metadata, 'url_flv', 'down... | myspass.de broken
## Checklist
- [x] I'm reporting a broken site support
- [x] I've verified that I'm running youtube-dl version **2021.12.17**
- [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 o... | 2022-02-24T13:24:09Z | [] | [] |
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/bin/youtube-dl/__main__.py", line 19, in <module>
F... | 18,876 | ||||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-3089 | 2371053565787dc833b04a6d8a45730d61ae7074 | diff --git a/youtube_dl/extractor/ard.py b/youtube_dl/extractor/ard.py
--- a/youtube_dl/extractor/ard.py
+++ b/youtube_dl/extractor/ard.py
@@ -56,7 +56,18 @@ def _real_extract(self, url):
raise ExtractorError('This video is only available after 20:00')
formats = []
+
for s in stream... | AttributeError in ard module
With the command given below, I get the error message below. I'm using version 2014.06.09.
`youtube-dl http://www.ardmediathek.de/tv/Klassiker-der-Weltliteratur/Max-Frisch/BR-alpha/Video\?documentId\=19067308\&bcastId\=14913194`
```
[ARD] 19067308: Downloading webpage
[ARD] 19067308: Down... | 2014-06-16T14:19:24Z | [] | [] |
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 9, in <module>
load_entry_point('youtube-dl==2014.06.09', 'console_scripts', 'youtube-dl')()
File "/usr/lib/python3.4/site-packages/youtube_dl/__init__.py", line 853, in main
_real_main(argv)
File "/usr/lib/python3.4/site-packages/youtub... | 18,879 | ||||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-31181 | b0a60ce2032172aeaaf27fe3866ab72768f10cb2 | diff --git a/youtube_dl/extractor/infoq.py b/youtube_dl/extractor/infoq.py
--- a/youtube_dl/extractor/infoq.py
+++ b/youtube_dl/extractor/infoq.py
@@ -1,6 +1,9 @@
# coding: utf-8
from __future__ import unicode_literals
+from ..utils import (
+ ExtractorError,
+)
from ..compat import (
compat_b64decode,
@... | Unable to extract mp3Form form for InfoQ video
## Checklist
- [x] I'm reporting a broken site support
- [x] I've verified that I'm running youtube-dl version **2021.12.17**
- [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 cha... | The page doesn't have the `<form...>` with `id="mp3Form"` that the extractor expects. This shouldn't be a crashing error. The [`http_video` format](https://videoh.infoq.com/presentations/21-nov-unblockeddesign.mp4?Signature=a83fgFGAqJAFhPYYUvVs72T4J5jxajpL1LKMqSNDRCzqkUWJBelQwyZhIIjBNTTyXb27NkpI5kyJD3iw5LnfSTtDU9Mn8zj%... | 2022-08-18T18:27:18Z | [] | [] |
Traceback (most recent call last):
File "/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 815, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py",... | 18,885 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-31235 | 7009bb9f3182449ae8cc05cc28b768b63030a485 | diff --git a/youtube_dl/aes.py b/youtube_dl/aes.py
--- a/youtube_dl/aes.py
+++ b/youtube_dl/aes.py
@@ -8,6 +8,18 @@
BLOCK_SIZE_BYTES = 16
+def pkcs7_padding(data):
+ """
+ PKCS#7 padding
+
+ @param {int[]} data cleartext
+ @returns {int[]} padding data
+ """
+
+ remaining_length ... | [dl fail] Is netease module still being maintained?
### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2018.10.29*. If it's not, read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdate... | Well there I am. Pretty late but I randomly came across this extractor.
There are changes on netease (music.163.com). They changed endpoints and have more than one now. Also their response is different.
Song (data as in m4a) related api is
`https://music.163.com/weapi/song/enhance/player/url/v1?csrf_token=`
son... | 2022-09-14T04:31:39Z | [] | [] |
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpadzwnijc\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpadzwnijc\build\youtube_dl\extractor\common.py", line 508, in extract
File ... | 18,887 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-31243 | 7009bb9f3182449ae8cc05cc28b768b63030a485 | diff --git a/youtube_dl/extractor/motherless.py b/youtube_dl/extractor/motherless.py
--- a/youtube_dl/extractor/motherless.py
+++ b/youtube_dl/extractor/motherless.py
@@ -1,3 +1,4 @@
+# coding: utf-8
from __future__ import unicode_literals
import datetime
@@ -71,7 +72,7 @@ class MotherlessIE(InfoExtractor):
... | Motherless ERROR: Unable to extract uploader_id
## Checklist
- [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 ch... | At lines 129ff. of `extractor/motherless.py`
```
uploader_id = self._html_search_regex(
r'"thumb-member-username">\s+<a href="/m/([^"]+)"',
webpage, 'uploader_id')
```
the final line should be
```
webpage, 'upload... | 2022-09-19T14:57:00Z | [] | [] |
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\YoutubeDL.py", line 815, in wrapper
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\YoutubeDL.py", line 836, in __extract_info
... | 18,888 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-31453 | 195f22f679330549882a8234e7234942893a4902 | diff --git a/youtube_dl/extractor/cammodels.py b/youtube_dl/extractor/cammodels.py
--- a/youtube_dl/extractor/cammodels.py
+++ b/youtube_dl/extractor/cammodels.py
@@ -3,7 +3,6 @@
from .common import InfoExtractor
from ..utils import (
- ExtractorError,
int_or_none,
url_or_none,
)
@@ -20,32 +19,11 @@ c... | [cammodels] ExtractorError: Unable to find manifest URL root
- [x] I'm reporting a broken site support
- [x] I've verified that I'm running youtube-dl version **2019.10.16**
- [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 c... | 2023-01-06T04:51:02Z | [] | [] |
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/cammodels.py", li... | 18,895 | ||||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-3202 | d24a2b20b4908b01f9b5bfa88cd293c189fe6475 | diff --git a/youtube_dl/extractor/fc2.py b/youtube_dl/extractor/fc2.py
--- a/youtube_dl/extractor/fc2.py
+++ b/youtube_dl/extractor/fc2.py
@@ -7,14 +7,16 @@
from .common import InfoExtractor
from ..utils import (
ExtractorError,
+ compat_urllib_parse,
compat_urllib_request,
compat_urlparse,
)
... | [fc2] 403 error
```
youtube-dl http://video.fc2.com/en/content/20130113eqtNRAv5 -v
[debug] System config: []
[debug] User config: ['--age-limit', '17']
[debug] Command-line args: ['http://video.fc2.com/en/content/20130113eqtNRAv5', '-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-d... | Getting same error on some FC2 videos, on Windows with youtube-dl version 2014.06.09.
<pre><code>youtube-dl -u EMAIL -p PASSWORD http://video.fc2.com/a/content/20140519VeQg1FwP -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-u', '<PRIVATE>', '-p', '<PRIVATE>', 'http://video.fc2.com/a... | 2014-07-06T00:08:43Z | [] | [] |
Traceback (most recent call last):
File "youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "youtube_dl/extractor/common.py", line 161, in extract
return self._real_extract(url)
File "youtube_dl/extractor/fc2.py", line 50, in _real_extract
raise ExtractorError('Error... | 18,900 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-4009 | 8f3b5397a761d68122bc1bd66d049fbbe31289a2 | diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -380,6 +380,17 @@ class GenericIE(InfoExtractor):
'uploader': 'education-portal.com',
},
},
+ {
+ 'url': ... | Site Support Request: thoughtworks@wistia
According to bug reports other sites using Wistia seeem to be supported by yt-dl, but the videos by Thoughtworks don't work yet, e.g. the one at http://thoughtworks.wistia.com/medias/uxjb0lwrcz :
```
youtube-dl -v http://thoughtworks.wistia.com/medias/uxjb0lwrcz
[debug] Syste... | 2014-10-23T15:00:29Z | [] | [] |
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 524, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 193, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_d... | 18,923 | ||||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-4025 | e82c1e9a6e709502acc683fb90864f7611d96d07 | diff --git a/youtube_dl/extractor/motherless.py b/youtube_dl/extractor/motherless.py
--- a/youtube_dl/extractor/motherless.py
+++ b/youtube_dl/extractor/motherless.py
@@ -11,14 +11,14 @@
class MotherlessIE(InfoExtractor):
- _VALID_URL = r'http://(?:www\.)?motherless\.com/(?P<id>[A-Z0-9]+)'
+ _VALID_URL = r'h... | motherless extractor - test 0 fails
```
$ python ~/projects/youtube-dl/test/test_download.py TestDownload.test_Motherless
[Motherless] AC3FFE1: Downloading webpage
[info] Writing video description metadata as JSON to: AC3FFE1.info.json
[debug] Invoking downloader on 'http://s17.motherlessmedia.com/dev386/0/572/287/0572... | 2014-10-24T17:30:02Z | [] | [] |
Traceback (most recent call last):
File "/home/crabman/projects/youtube-dl/test/test_download.py", line 170, in test_template
self.assertTrue(os.path.exists(tc_filename), msg='Missing file ' + tc_filename)
AssertionError: False is not true : Missing file AC3FFE1.flv
| 18,925 | ||||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-4388 | 0df23ba9f9ddef005ec5f592ccb43b41564b5767 | diff --git a/youtube_dl/extractor/adultswim.py b/youtube_dl/extractor/adultswim.py
--- a/youtube_dl/extractor/adultswim.py
+++ b/youtube_dl/extractor/adultswim.py
@@ -2,123 +2,147 @@
from __future__ import unicode_literals
import re
+import json
from .common import InfoExtractor
+from ..utils import (
+ Extra... | Adultswim.com not able to download
```
$youtube-dl --version
2014.11.26
$ youtube-dl --verbose http://www.adultswim.com/videos/lucy-the-daughter-of-the-devil/hes-not-the-messiah-hes-a-dj/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.adultswim.com/videos/lucy-th... | I'm pretty sure that the site that you are trying to download from is not supported.
@nighthawk702 We _do_ support adultswim (it's in the [list of supported sites](https://rg3.github.io/youtube-dl/supportedsites.html)). This seems to be a new way of video distribution for them. By the way, there's nothing wrong with f... | 2014-12-06T06:10:22Z | [] | [] |
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 553, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 240, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_d... | 18,931 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-4389 | 0df23ba9f9ddef005ec5f592ccb43b41564b5767 | diff --git a/youtube_dl/extractor/nba.py b/youtube_dl/extractor/nba.py
--- a/youtube_dl/extractor/nba.py
+++ b/youtube_dl/extractor/nba.py
@@ -10,7 +10,7 @@
class NBAIE(InfoExtractor):
- _VALID_URL = r'https?://(?:watch\.|www\.)?nba\.com/(?:nba/)?video(?P<id>/[^?]*?)(?:/index\.html)?(?:\?.*)?$'
+ _VALID_URL ... | NBA URLs FAIL without INDEX.HTML
the NBA extractor does not work if URL does not explicitly end with index.html (which appears to be the default)
URL: http://www.nba.com/video/games/hornets/2014/12/05/0021400276-nyk-cha-play5.nba/
C:>youtube-dl -v http://www.nba.com/video/games/hornets/2014/12/05/0021400276-n
yk-cha... | 2014-12-06T09:54:00Z | [] | [] |
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 1091, in process_info
File "youtube_dl\YoutubeDL.pyo", line 1067, in dl
File "youtube_dl\downloader\common.pyo", line 294, in download
File "youtube_dl\downloader\http.pyo", line 66, in real_download
File "youtube_dl\YoutubeDL.pyo", lin... | 18,932 | ||||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-4394 | 6d0886204a920e64606688b1217835d10e47d281 | diff --git a/youtube_dl/extractor/prosiebensat1.py b/youtube_dl/extractor/prosiebensat1.py
--- a/youtube_dl/extractor/prosiebensat1.py
+++ b/youtube_dl/extractor/prosiebensat1.py
@@ -8,6 +8,7 @@
from ..utils import (
compat_urllib_parse,
unified_strdate,
+ ExtractorError,
)
@@ -85,7 +86,7 @@ class Pr... | [prosiebensat1] Unable to download playlist
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.prosieben.de/tv/joko-gegen-klaas/videos/playlists/episode-8-ganze-folge-playlist']
[debug] Encodings: locale UTF-8, fs utf-8, out None, pref UTF-8
[debug] youtube-dl version... | I guess downloading playlists isn't supported atm?
| 2014-12-06T18:31:52Z | [] | [] |
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 553, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 241, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_d... | 18,933 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-4395 | 0ef4d4ab7e15833031cd43211a38464a9ab9aa17 | diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -942,8 +942,12 @@ def process_info(self, info_dict):
if self.params.get('forceid', False):
self.to_stdout(info_dict['id'])
if self.params.get('forceurl', False):
-... | --format='bestvideo+bestaudio' --get-url crashes
Many videos are available in 1080p only in DASH formats. Often i prefer to play videos in mpv instead of saving to file, it supports external audio tracks. I guess youtube-dl should return several urls, may be in some special or custom format. Now it just crashes:
```
$... | I don't think that this is supported, youtube-dl doesn't mux DASH files, you have to do it yourself and download both files separately, then use ffmpeg or something similar to mux both files.
@filoozom it's supported (but undocumented), see #1612. youtube-dl will mux the two formats if you request them.
Also for this... | 2014-12-06T21:21:52Z | [] | [] |
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 6, in <module>
youtube_dl.main()
File "/usr/lib64/python2.7/site-packages/youtube_dl/__init__.py", line 847, in main
_real_main(argv)
File "/usr/lib64/python2.7/site-packages/youtube_dl/__init__.py", line 837, in _real_main
retcode =... | 18,934 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-4794 | 3a0d2f520a0f95c2f87b1c95049135b10206f97f | diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -498,6 +498,19 @@ class GenericIE(InfoExtractor):
'uploader': 'www.abc.net.au',
'title': 'Game of Thrones with dice - Dungeons a... | Viddler sample failed
<pre>youtube-dl -v https://learnenglish.britishcouncil.org/en/word-street/big-meal-scene-2-language-focus
[debug] System config: []
[debug] User config: ['--proxy', 'http://localhost:8118']
[debug] Command-line args: ['-v', 'https://learnenglish.britishcouncil.org/en/word-street/big-meal-scene-2-l... | iPad user string needed where error happpens
| 2015-01-28T05:22:34Z | [] | [] |
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 953, in process_info
success = dl(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 929, in dl
return fd.download(name, info)
File "/usr/local/bin/youtube-dl/youtube_dl/down... | 18,940 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-6061 | 7d682f0acb44d72a2c1d0d52fae151f3c273874d | diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -209,6 +209,7 @@
from .godtube import GodTubeIE
from .goldenmoustache import GoldenMoustacheIE
from .golem import GolemIE
+from .googledrive import GoogleD... | Google Drive Support Request (Similar to YouTube?)
Hi,
Please would you add support for Google Drive video previews. It looks like it may operate similar to YouTube.
$ youtube-dl --verbose 'https://docs.google.com/file/d/0Bwi6Ha03myF1aGVweVBoemdlU3c/preview?pli=1'
[debug] System config: []
[debug] User config: []
[de... | I second that. Wish Google Drive support.
example URL https://drive.google.com/folderview?id=0B9g_WLKRYa99M3VFQlJrN0dXa3M&usp=sharing
I would also greatly benefit this. youtube-dl supports dropbox, and it's my favorite way of actually being able to download dropbox things.
Users often decide to send me test files or... | 2015-06-24T00:31:13Z | [] | [] |
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 494, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/common.py", line 156, in extract
return self._real_extract(url)
File "/usr/lib/python3.3/si... | 18,958 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-6196 | 41c0d2f8cb22fe34d957bc9b5f9032a9160685ff | diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -460,6 +460,7 @@
from .radiofrance import RadioFranceIE
from .rai import RaiIE
from .rbmaradio import RBMARadioIE
+from .rdsca import RDScaIE
from .redtub... | Add support for rds.ca
Hi,
Could you add support for http://www.rds.ca ?
Thanks.
Example url:
$ youtube-dl --verbose http://www.rds.ca/vid%C3%A9os/un-voyage-positif-3.877934
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.rds.ca/vid%C3%A9os/un-voyage-positif-3.... | 2015-07-11T17:08:24Z | [] | [] |
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 353, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/common.py", line 117, in extract
return self._real_extract(url)
File "/usr/lib/python3.3/si... | 18,961 | ||||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-6731 | 080997b8083fed357061e301ab7f38484b24ded2 | diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py
--- a/youtube_dl/utils.py
+++ b/youtube_dl/utils.py
@@ -587,6 +587,11 @@ def __init__(self, downloaded, expected):
def _create_http_connection(ydl_handler, http_class, is_https, *args, **kwargs):
+ # Working around python 2 bug (see http://bugs.python.org/i... | ERROR: readline() takes exactly 1 argument (2 given)
I get this error message ONLY WHEN http_proxy variable is set.
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'-ciw', u'-f', u'bestaudio', u'--write-all-thumbnails', u'--no-mtime', u'--download-archive', u'.archive.txt',... | Python 2.7.10
It works fine for me, that line of code is executed without problem. Could you try [with an official cpython build](https://www.python.org/downloads/release/python-2710/)?
I tried with latest python python-2.7.10.msi (md5sum 4ba2c79b103f6003bc4611c837a08208).
Started from CMD with windows python.
Same e... | 2015-09-01T20:17:54Z | [] | [] |
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 655, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 287, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_d... | 18,965 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-7045 | 4c24ed94640b148882f1ceb400127b3b3afcafd4 | diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -231,7 +231,11 @@
from .huffpost import HuffPostIE
from .hypem import HypemIE
from .iconosquare import IconosquareIE
-from .ign import IGNIE, OneUPIE
+from... | IGN - Downloading video from incorrect cdn
I am trying to extract video from this [LINK](http://www.pcmag.com/videos/2015/09/22/092115-microsoft-office-chief-spitballs-about-3d-office-on-the-hololens). I am in north america, Youtube-dl in this case seems to be downloading from this cdn https://a248.e.akamai.net/assets... | The generic extractors extract the link from the `twitter:player:stream` meta tag:
```
<meta property="twitter:player:stream" content="https://a248.e.akamai.net/assets2.ign.com/videos/zencoder/2015/9/21/640/fb03ab22da0f33c53e711a46433ccd17-500000-1442868763.mp4" />
```
In my case the IGN link (http://www.ign.com/vide... | 2015-10-02T21:04:14Z | [] | [] |
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1590, in process_info
success = dl(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1532, in dl
return fd.download(name, info)
File "/usr/local/bin/youtube-dl/youtube_dl/do... | 18,968 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-7599 | 1b38185361e096d6e34db11adac7333ac9dadca0 | diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -674,7 +674,23 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
{
'url': 'http://vid.plus/FlRa-iH7PGw',
'only_matching': True,
- ... | ValueError when downloading a video from YouTube
Downloading [this video](https://www.youtube.com/watch?v=Ms7iBXnlUO8) seems to fail:
```
$ PYTHONPATH=`pwd` ./bin/youtube-dl --verbose --list-formats 'https://www.youtube.com/watch?v=Ms7iBXnlUO8'
[debug] System config: []
[debug] User config: []
[debug] Command-line ar... | The problem is that the video has keywords set to `"info: {}});}, n);}};(function(w, startTick"` (really) and the current regex cuts it in the middle. One possible fix would be to change the regex:
``` diff
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index 687e0b4..2173118 100644
---... | 2015-11-22T12:15:02Z | [] | [] |
Traceback (most recent call last):
File "./bin/youtube-dl", line 6, in <module>
youtube_dl.main()
File "/home/lukas/work/youtube-dl/youtube_dl/__init__.py", line 410, in main
_real_main(argv)
File "/home/lukas/work/youtube-dl/youtube_dl/__init__.py", line 400, in _real_main
retcode = ydl.download(all... | 18,979 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-764 | fbbdf475b1a534389585d696db5e6c8b3fd212fb | diff --git a/youtube_dl/FileDownloader.py b/youtube_dl/FileDownloader.py
--- a/youtube_dl/FileDownloader.py
+++ b/youtube_dl/FileDownloader.py
@@ -485,14 +485,17 @@ def process_info(self, info_dict):
subtitle = info_dict['subtitles'][0]
(sub_error, sub_lang, sub) = subtitle
sub_fo... | --write-sub causes AttributeError: 'tuple' object has no attribute 'keys'
```
$ git rev-parse HEAD
f10b2a9c14db686e7f9b7d050f41b26d5cc35e01
$ python -m youtube_dl --write-sub "https://www.youtube.com/watch?v=sZtfnC2CyU0"
[youtube] Setting language
[youtube] sZtfnC2CyU0: Downloading video webpage
[youtube] sZtfnC2CyU0:... | The problem is that youtube-dl doesn't find subtitles and `_get_available_subtitles` returns a tuple with the warning message
| 2013-03-30T13:15:47Z | [] | [] |
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/at/trash/youtube-dl/youtube_dl/__main__.py", line 17, in <module>
... | 18,980 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-8354 | 1ac6e794cb36af612db97007006fc7cf1468e049 | diff --git a/youtube_dl/postprocessor/ffmpeg.py b/youtube_dl/postprocessor/ffmpeg.py
--- a/youtube_dl/postprocessor/ffmpeg.py
+++ b/youtube_dl/postprocessor/ffmpeg.py
@@ -391,6 +391,10 @@ def run(self, info):
for (name, value) in metadata.items():
options.extend(['-metadata', '%s=%s' % (name, valu... | Vimeo: Chokes on --add-metadata
```
youtube-dl --ignore-config --verbose --download-archive ~/.ytdlarchive --no-overwrites --call-home --continue --write-info-json --write-description --write-thumbnail --merge-output-format mkv--all-subs --sub-format srt --convert-subs srt --write-sub --add-metadata https://vimeo.com... | Looks like it's failing on metadata embed, it's choking on `--add-metadata`
Here's the output of the ffmpeg command:
```
$ ffmpeg -y -i 'file:Ask Ash No. 1-70668043.mp4' -c copy -metadata date=20130719 -metadata 'description=More | junnnktank.com/thenakedissue/faq
f. Ash twitter.com/ashvandeesch
This is Ash. She'"'"... | 2016-01-28T18:07:48Z | [] | [] |
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1737, in post_process
files_to_delete, info = pp.run(info)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/postprocessor/ffmpeg.py", line 395, in run
self.run_ffmpeg(filename, temp_filenam... | 18,987 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-8843 | 1e236d7e2350e055bbe230b12490e4369aaa0956 | diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -923,7 +923,6 @@
from .wdr import (
WDRIE,
WDRMobileIE,
- WDRMausIE,
)
from .webofstories import (
WebOfStoriesIE,
diff --git a/y... | WDR Maus stopped working
Downloading the current "Sendung mit der Maus" does not work. Verbose output:
```
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'http://www.wdrmaus.de/aktuelle-sendung/index.php5', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[... | 2016-03-12T19:31:04Z | [] | [] |
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 666, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 315, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_d... | 18,994 | ||||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-8898 | 782b1b5bd1cdaaead6865dee5d300486e7dd8348 | diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py
--- a/youtube_dl/__init__.py
+++ b/youtube_dl/__init__.py
@@ -144,14 +144,20 @@ def _real_main(argv=None):
if numeric_limit is None:
parser.error('invalid max_filesize specified')
opts.max_filesize = numeric_limit
- if opts.r... | Dash errors confirmed and download from specified file index question
Confirm often errors with DashSegments!
Question: is it possible to fast-download from certain index position of file?
For my examples when it fails at 4000+ /12000 file, is it possible (or it is a request?) to download from this 4000 file, or next ... | ```
--playlist-start NUMBER Playlist video to start at (default is 1)
```
my comment about this problem now. I think it's important. every time I download a file from this error again, the segments downloaded in previous attempts are downloaded much faster and each time a file is downloaded more. but every ti... | 2016-03-19T15:11:18Z | [] | [] |
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 1616, in process_info
File "youtube_dl\YoutubeDL.pyo", line 1564, in dl
File "youtube_dl\downloader\common.pyo", line 343, in download
File "youtube_dl\downloader\dash.pyo", line 50, in real_download
File "youtube_dl\downloader\dash.pyo... | 18,997 | |||
ytdl-org/youtube-dl | ytdl-org__youtube-dl-9324 | 065216d94f59953a228d2683d3bafe4241fd1e29 | diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -1061,7 +1061,7 @@ def _parse_f4m_formats(self, manifest, manifest_url, video_id, preference=None,
def _extract_m3u8_formats(self, m3u8_url, video_id, ext=None,
... | [vlive] Unable to download live videos
### Make sure you are using the _latest_ version: run `youtube-dl --version` and ensure your version is _2016.04.24_. If it's not read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will... | 2016-04-26T15:02:37Z | [] | [] |
Traceback (most recent call last):
File "/home/kagami/.local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 673, in extract_info
ie_result = ie.extract(url)
File "/home/kagami/.local/bin/youtube-dl/youtube_dl/extractor/common.py", line 341, in extract
return self._real_extract(url)
File "/home/kagami/.loc... | 19,001 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.