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

WIP: Scraped europython-2022 #1139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 22, 2023

  1. Scraped europython-2022

    Fixes pyvideo#1041
    
    Event config:
    ~~~yaml
    repo_dir: ../pyvideo_data
    
    events:
    - title: EuroPython2022
      dir: europython-2022
      youtube_list:
        - https://www.youtube.com/playlist?list=PL8uoeex94UhE2pLJUo9ouV0h5yRtt3CAG
      related_urls:
      - label: Conference schedule
        url: https://ep2022.europython.eu/schedule/
      - label: Conference Website
        url: https://ep2022.europython.eu/
      language: eng
      dates:
        begin: 2020-07-11
        end: 2020-07-17
        default: 2020-07-11
      issue: 1041
      minimal_download: false
      tags:
        - europython
        - europython-2022
        - europython-online
        - europython-dublin
      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
    
    ~~~
    
    Scraped with [pyvideo_scrape](https://github.com/pyvideo/pyvideo_scrape)
    gilgamezh committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    177064c View commit details
    Browse the repository at this point in the history