https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: b642cd44c11c69a3c570a1af9a5bcd3ead4393a1 authored by Philipp Hagemeister on 12 January 2013, 16:07:12 UTC
restore youtube-dl (update) binary
Tip revision: b642cd4
.travis.yml
language: python
python:
  - "2.6"
  - "2.7"
  - "3.3"
script: nosetests test --verbose
notifications:
  email:
    - filippo.valsorda@gmail.com
    - phihag@phihag.de
#  irc:
#    channels:
#      - "irc.freenode.org#youtube-dl"
#    skip_join: true
back to top