Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

site support: likeafool #9435

Open
ibotty opened this issue May 8, 2016 · 1 comment · May be fixed by #9546
Open

site support: likeafool #9435

ibotty opened this issue May 8, 2016 · 1 comment · May be fixed by #9546

Comments

@ibotty
Copy link
Contributor

@ibotty ibotty commented May 8, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.05.01

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

@dylziez
Copy link

@dylziez dylziez commented May 9, 2016

For someone picking up this issue, I don't have time to but I took a quick look at the way video urls are formed; this appears to work

url = "http://www.likeafool.com/video/13814/this-mom039s-experiment-proves-that-bottled-water-is-not-as-quothealthyquot-as-it-claims".split("/")
video_id = str(url[4])
video_path = str(url[5])
video_short_id = video_id[2:]
video = "http://video.favour.me/{}/{}_{}.mp4".format(video_short_id, video_path, video_id)
print(video)
@TRox1972 TRox1972 linked a pull request that will close this issue May 20, 2016
@yan12125 yan12125 mentioned this issue Sep 10, 2016
0 of 8 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

3 participants
You can’t perform that action at this time.