forked from pyvideo/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
197f986
commit d62aaa0
Showing
20 changed files
with
440 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"title": "PyWaw Summit 2015" | ||
} |
23 changes: 23 additions & 0 deletions
23
...it-2015/videos/andrew-godwin-small-data-storage-for-the-rest-of-us-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
pywaw-summit-2015/videos/brandon-rhodes-hoist-your-i-o-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...w-summit-2015/videos/brandon-rhodes-stopping-to-sharpen-your-tools-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...ideos/brent-tubbs-real-time-web-apps-with-just-python-and-postgres-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
.../videos/holger-krekel-stories-about-decentralization-and-diversity-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...summit-2015/videos/honza-kral-beyond-the-basics-with-elasticsearch-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...mmit-2015/videos/ignacy-sokolowski-single-responsibility-principle-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
pywaw-summit-2015/videos/jan-urbanski-on-snakes-and-elephants-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...therine-scott-a-brief-introduction-to-practical-robotics-in-python-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...mit-2015/videos/konrad-gawda-software-defined-networking-in-python-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
pywaw-summit-2015/videos/lukasz-langa-call-me-later-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...os/marc-andre-lemburg-designing-large-scale-applications-in-python-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...os/marc-andre-lemburg-the-python-community-present-past-and-future-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
pywaw-summit-2015/videos/marcin-gozdalik-shipping-python-to-customers-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
pywaw-summit-2015/videos/ola-sendecka-into-the-rabbit-hole-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
pywaw-summit-2015/videos/ola-sitarska-snakes-ponies-and-balloons-pywaw-summit-2015.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Oops, something went wrong.