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

Videos from the Montreal-Python usergroup are missing #2

Closed
logston opened this issue Aug 20, 2016 · 3 comments
Closed

Videos from the Montreal-Python usergroup are missing #2

logston opened this issue Aug 20, 2016 · 3 comments
Assignees

Comments

@logston
Copy link
Member

logston commented Aug 20, 2016

See https://github.com/pytube/data/issues/7

@logston logston added the import label Sep 16, 2016
lgh2 pushed a commit that referenced this issue Jan 23, 2017
Add a note explaining that in order to use the tools you must install…
Daniel-at-github added a commit that referenced this issue Mar 31, 2017
@Daniel-at-github
Copy link
Collaborator

Hi @mlhamel,
In https://github.com/pytube/data/issues/7 you commented

If I can help in anyway that would be a pleasure :) Just let me know what's need to be done add those videos on pyvideo.org

I have scarped all videos from the Montreal-Python usergroup [ https://www.youtube.com/user/MontrealPython ] into montreal-python branch. But data needs to be corrected.

Example a-hobbist-introduction-to-the-kivy-framework-mp47:

{
  "copyright_text": "Creative Commons Attribution license (reuse allowed)",
  "description": "Montreal, June 9, 2014 - Ghislain Hivon presents kivy, a Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.\n\nUseful links:\n* Ghislain: https://twitter.com/GhislainHivon\n* Kivy: http://kivy.org\n* MP47: http://sflx.ca/mp47\n* Montreal Python: http://montrealpython.org\n* Savoir-faire Linux: http://www.savoirfairelinux.com",
  "duration": 274,
  "language": "eng",
  "recorded": "2014-07-16",
  "related_urls": [
    "http://montrealpython.org",
    "http://sflx.ca/mp47",
    "https://twitter.com/GhislainHivon",
    "http://www.savoirfairelinux.com",
    "http://kivy.org"
  ],
  "speakers": [
    "TODO",
    "enter_manually"
  ],
  "tags": [],
  "thumbnail_url": "https://i.ytimg.com/vi/fAK74eBCIBk/maxresdefault.jpg",
  "title": "A hobbist introduction to the kivy framework #MP47",
  "videos": [
    {
      "type": "youtube",
      "url": "https://www.youtube.com/watch?v=fAK74eBCIBk"
    }
  ]
}

Fields to review:

  • description: Have to be in proper RestructuredText to render correctly.
  • language: eng or fra in your case.
  • recorded: If you have the real data you can substitute the Youtube upload date scraped.
  • related_urls: slides, repos, and relevant urls go here.
  • speakers: Couldn't automate your case, it have to be fixed manually.
  • tags: Having the videos tagged is nice when searching.
  • title: Speaker name, user group, etc shouldn't be here.

All the files have to be correct json.

To test the data use make test in the root of pyvideo/data repo.
To preview the result use make html && make serve.

Anyone that want to fix it could make a pull request to montreal-python branch.

@Daniel-at-github
Copy link
Collaborator

Hi @mlhamel,
Please let know to Montreal Python group that this issue is almost done.
Any review/fix/improvement is welcome (after or before the merge).

@Daniel-at-github Daniel-at-github self-assigned this Nov 3, 2017
redapple pushed a commit that referenced this issue Nov 9, 2017
@mlhamel
Copy link
Collaborator

mlhamel commented Nov 30, 2017

I think we can consider this as done! Now we are gonna take care of maintaining those! Thanks everyone.

@mlhamel mlhamel closed this as completed Nov 30, 2017
redapple pushed a commit that referenced this issue May 11, 2018
logston pushed a commit that referenced this issue May 22, 2021
En attendant PyConFr 2021-04: peertube & direct links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants