Perilous Journeys
Perilous Journeys is a global adventure TV series hosted by Marsh Mokhtari and produced by Towers Productions for the National Geographic Channel. The series aired all over the world on the National Geographic Channel.
Episode guide
- "Crossing The Himalaya"
- "Cracking The Ice Road"
- "Roof of Africa"
- "Into The Lost Jungle"
gollark: al
gollark: The world does not, in fact, make sense.
gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
gollark: You have to remove them.
gollark: It contains zero width spaces and Cyrillic characters.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.