Skip to content

Commit

Permalink
Minimal download: PyWaw Summit 2015
Browse files Browse the repository at this point in the history
Minimal download executed for pyvideo#1000

Only data that needs [no review](https://github.com/pyvideo/pyvideo_scrape#use-cases) was scraped.
This event needs further scraping and human reviewing for the description and other data to show.

Event config:
~~~yaml
repo_dir: ~/pyvideo-data

events:
- title: PyWaw Summit 2015
  dir: pywaw-summit-2015
  youtube_list:
    - https://www.youtube.com/channel/UC3p-i1GgBQebR_zvKg_jWpA/videos?view=0&sort=dd&shelf_id=0
  related_urls:
  - label: Conference site
    url: http://summit.pywaw.org/2015/
  language: eng
  issue: 1000
  minimal_download: true
  tags:

# Copy the event template here and adapt to the event parameters

# Only repo_dir: and events: are loaded

# =============================================================================
event_template:

- title: PyConxxx2019
  dir: pyconxxx
  youtube_list:
    - xxx
  related_urls:
  - label: Conference schedule
    url: xxx
  language: eng
  dates:
    begin: xxx
    end: xxx
    default: xxx
  issue: xxx
  minimal_download: true
  overwrite:
    # all: true # takes precedence over add_new_files and existing_files_fields
    add_new_files: true
    existing_files_fields:
      - copyright_text
      - duration
      - thumbnail_url
      - videos

      - description
      - language
      - recorded
      - related_urls
      - speakers
      - tags
      - title
  tags:

# ISO_639-3 language codes https://en.wikipedia.org/wiki/ISO_639-3

# languages = {
#     'ita': 'Italian',
#     'zho': 'Chinese',
#     'por': 'Portuguese',
#     'ukr': 'Ukrainian',
#     'deu': 'German',
#     'eng': 'English',
#     'rus': 'Russian',
#     'fra': 'French',
#     'spa': 'Spanish',
#     'eus': 'Basque',
#     'cat': 'Catalan',
#     'glg': 'Galician',
#     'kor': 'Korean',
#     'lit': 'Lithuanian',
#     'jpn': 'Japanese',
#     'ces': 'Czech',
#     'pol': 'Polish',
#     'heb': 'Hebrew',
#     'tha': 'Thai',
# }

~~~

Scraped with [pyvideo_scrape](https://github.com/pyvideo/pyvideo_scrape)
  • Loading branch information
brandon-rhodes committed Apr 18, 2020
1 parent 197f986 commit d62aaa0
Show file tree
Hide file tree
Showing 20 changed files with 440 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pywaw-summit-2015/category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"title": "PyWaw Summit 2015"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2242,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/ZWxl-4ftMe4/maxresdefault.jpg",
"title": "Andrew Godwin: Small Data: Storage for the rest of us - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=ZWxl-4ftMe4"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2349,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/PBQN62oUnN8/maxresdefault.jpg",
"title": "Brandon Rhodes: Hoist Your I/O - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=PBQN62oUnN8"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 3046,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/I56oFTm9UlE/maxresdefault.jpg",
"title": "Brandon Rhodes: Stopping to Sharpen Your Tools - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=I56oFTm9UlE"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 1868,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/BCI6F09k9dE/maxresdefault.jpg",
"title": "Brent Tubbs: Real-time web apps with (just) Python and Postgres - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=BCI6F09k9dE"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2507,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/PRCOBNReWJs/maxresdefault.jpg",
"title": "Holger Krekel: Stories about decentralization and diversity - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=PRCOBNReWJs"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 1887,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/g03dyjyDggY/maxresdefault.jpg",
"title": "Honza Kr\u00e1l: Beyond the basics with Elasticsearch - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=g03dyjyDggY"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 1693,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/yflGefEGY2w/maxresdefault.jpg",
"title": "Ignacy Soko\u0142owski: Single Responsibility Principle - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=yflGefEGY2w"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2150,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/xkzbE5zon18/maxresdefault.jpg",
"title": "Jan Urba\u0144ski: On snakes and elephants - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=xkzbE5zon18"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2031,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/F_uvb5KbZkQ/maxresdefault.jpg",
"title": "Katherine Scott: A Brief Introduction to Practical Robotics in Python - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=F_uvb5KbZkQ"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2506,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/imSyBhQYM6Y/maxresdefault.jpg",
"title": "Konrad Gawda: Software Defined Networking in Python - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=imSyBhQYM6Y"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2262,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/vIUkpf9WChg/maxresdefault.jpg",
"title": "\u0141ukasz Langa: Call Me Later - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=vIUkpf9WChg"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2479,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/hjZoBWh8z5M/maxresdefault.jpg",
"title": "Marc-Andr\u00e9 Lemburg: Designing Large-Scale Applications in Python - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=hjZoBWh8z5M"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2526,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/mU41n3jqWN8/maxresdefault.jpg",
"title": "Marc-Andr\u00e9 Lemburg: The Python Community - Present, Past and Future - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=mU41n3jqWN8"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 1865,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/KeMV1r21rBU/maxresdefault.jpg",
"title": "Marcin Gozdalik: Shipping Python to customers - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=KeMV1r21rBU"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 2166,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/Epf1YWEMLTs/maxresdefault.jpg",
"title": "Ola Sendecka: Into the Rabbit Hole - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=Epf1YWEMLTs"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"copyright_text": null,
"description": "",
"duration": 1714,
"language": "eng",
"recorded": "2015-11-02",
"related_urls": [
{
"label": "Conference site",
"url": "http://summit.pywaw.org/2015/"
}
],
"speakers": [],
"tags": [],
"thumbnail_url": "https://i.ytimg.com/vi/OU_XM4P6cgc/maxresdefault.jpg",
"title": "Ola Sitarska: Snakes, ponies and balloons - PyWaw Summit 2015",
"videos": [
{
"type": "youtube",
"url": "https://www.youtube.com/watch?v=OU_XM4P6cgc"
}
]
}
Loading

0 comments on commit d62aaa0

Please sign in to comment.