Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Vidlii Support (Trying A Post Again) #14472
Comments
|
Hi dkl3, my friend and me are beginners in Open Source software development and as this looks like a great starter issue, we would like to implement it. We just take a look at vidlii.com. Are we right in the assumption that there is not playlist functionality on this site? |
|
I don't see any playlists, no. :( |
|
Alright. Thanks for your feedback. We will start working on it next week. |
|
Hi dkl3,
Do you have any further suggestions? In the next step we will generate appropriate regular expressions for scraping the data and implement the extractor by using the methods provided in commons.py and utils.py. We would appreciate a short feedback. Thank you! |
|
oh no, that's perfect, thank you :D :) |
Hi @patrickj0607 , I am a Ph.D. student. I am doing research about helping newcomers participate in OSS projects. I noticed that many projects are using labels such as 'good first issue/bug, difficulty/newcomer' for issues to recommend that newcomers start from these tasks. I noticed that you tried to solve this issue, but unfortunately, you had not contributed successfully. I also found there are many newcomers feel difficult when submitting their first pr. Therefore, I want to optimize this mechanism, which needs your help. I have some questions and wish your valuable feedback. 1. What problems did you meet when solving this issue? I am looking forward to hearing from you soon. Thank you very much! |
|
thanks for asking about my experience in contributing to this project! Our contribution is long time ago, however, I hope I can give you some valuable feedback.
At the end, our pull request was not merged. This is very frustrating. Instead, the reviewer should give us more helpful and precise feedback such that we can make the required changes by ourself. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.10.12. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
~$ youtube-dl http://www.vidlii.com/watch?v=vBo2IcrwOkO -v --write-info-json
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['http://www.vidlii.com/watch?v=vBo2IcrwOkO', '-v', '--write-info-json']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.10.12
[debug] Python version 3.5.2 - Linux-4.10.0-35-generic-i686-with-LinuxMint-18.2-sonya
[debug] exe versions: ffmpeg 2.8.11-0ubuntu0.16.04.1, ffprobe 2.8.11-0ubuntu0.16.04.1
[debug] Proxy map: {}
[generic] watch?v=vBo2IcrwOkO: Requesting header
[redirect] Following redirect to https://www.vidlii.com/watch?v=vBo2IcrwOkO
[generic] watch?v=vBo2IcrwOkO: Requesting header
WARNING: Falling back on generic information extractor.
[generic] watch?v=vBo2IcrwOkO: Downloading webpage
[generic] watch?v=vBo2IcrwOkO: Extracting information
[generic] embed?v=vBo2IcrwOkO&a=0: Requesting header
WARNING: Falling back on generic information extractor.
[generic] embed?v=vBo2IcrwOkO&a=0: Downloading webpage
[generic] embed?v=vBo2IcrwOkO&a=0: Extracting information
ERROR: Unsupported URL: https://www.vidlii.com/embed?v=vBo2IcrwOkO&a=0
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 784, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/common.py", line 434, in extract
ie_result = self._real_extract(url)
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/generic.py", line 3041, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.vidlii.com/embed?v=vBo2IcrwOkO&a=0
If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Ok, apparently my previous issue in August was not described accurately, so here's a site support request. Apparently the output is different this time; also Vidlii is a 2000s YouTube clone.