Skip to content

Instantly share code, notes, and snippets.

@dvdbng
Created January 1, 2016 19:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvdbng/4f5bd38bed9ebcdfe6c8 to your computer and use it in GitHub Desktop.
Save dvdbng/4f5bd38bed9ebcdfe6c8 to your computer and use it in GitHub Desktop.
# Download every episode of How It's Made from Youtube
# Needs: youtube-dl
urlencode() {
python -c "import sys, urllib; print urllib.quote_plus(sys.stdin.read())"
}
dl(){
q=`echo How its made $2 $3 $4 | urlencode`
youtube-dl --max-downloads=1 -o "HowItsMade_${1}_%(title)s_%(format)s.%(ext)s" "https://www.youtube.com/results?search_query=$q"
}
# Chapter names extracted from URL
# https://en.wikipedia.org/wiki/List_of_How_It's_Made_episodes#Season_18_.282011.E2.80.932012.29
# with
# copy(
# $('th:contains("Series Ep.")')
# .parents('table')
# .find('tr:has(td)')
# .toArray()
# .map((a) => 'dl "' + [
# $(a).find('td:eq(0)').text().replace('-', ''),
# $(a).find('td:eq(2)').text(),
# $(a).find('td:eq(3)').text(),
# $(a).find('td:eq(4)').text()
# ].join('" "') + '"')
# .join('\n')
# );
#
# and then :%s/ (part\ 1)//
dl "101" "Aluminum Foil" "Snowboards" "Contact Lenses"
dl "102" "Compact Discs" "Mozzarella Cheese" "Pantyhose"
dl "103" "Toothpicks" "Acrylic Bathtubs" "Helicopters"
dl "104" "Hearing Aids" "3D Puzzles" "Rubber Mats"
dl "105" "Copy Paper" "Jeans" "Computers"
dl "106" "Nails and Staples" "Safety Glasses" "Fabrics"
dl "107" "Kayaks" "Safety Boots" "Electronic Signs"
dl "108" "Trucks" "Adhesive Bandages" "Computer Circuit Boards"
dl "109" "Steel" "Apple Juice" "Aircraft Landing Gear"
dl "110" "Holograms" "Package Printing" "Skin Culture"
dl "111" "Plastic Bags" "Solar Panels" "Plastic Gasoline Containers"
dl "112" "Aluminum Screw Caps" "Chocolate" "Pills"
dl "113" "Bicycle Helmets" "Aluminum" "Car Brakes"
dl "201" "Eyeglass Lenses" "Granite" "Potato Chips"
dl "202" "Honey" "Fibre Optics" "Bricks"
dl "203" "Personal Watercraft" "Wine" "Particleboard Office Furniture"
dl "204" "Winter Jackets" "Animation" "Mushrooms"
dl "205" "Hydroponic Lettuce" "Construction Wood" "Recycling"
dl "206" "Diamond Cutting" "Wood Doors" "Paintballs"
dl "207" "Carpets" "Drinking Water" "Laser Eye Surgery"
dl "208" "Fiberglass Boats" "Clothes Dryers" "Bubble Gum"
dl "209" "Steel Safes" "False Teeth" "Airplanes"
dl "210" "Gummies" "Aluminum Cans" "Fish Farming"
dl "211" "Aluminum Pots and Pans" "Artificial Limbs" "Peanut Butter"
dl "212" "Cars" "Grocery Carts" "Rapid Tooling and Prototyping"
dl "213" "Ball Bearings" "Electrical Wires" "Lost Wax Casting"
#
dl "301" "Pre-inked Stamps" "Cranberries" "Cotton Yarn"
dl "302" "Combination Locks" "Pottery" "Recreational Vehicles"
dl "303" "Wheel Loaders" "Vegetable Oil" "Hand Tools"
dl "304" "Temporary Metal Fences" "Asphalt Shingles" "Expanded Polystyrene Products"
dl "305" "Horse-drawn Carriages" "Artificial Eyes" "Dog and Cat Food"
dl "306" "Yogurt" "Candles" "Neon Signs"
dl "307" "Prepared Mustard" "Violins" "Nuts and Bolts"
dl "308" "Fresh Cut Flowers" "Adhesive Tape" "Tofu"
dl "309" "Inflatable Watercraft" "Couscous" "Modelling Dough"
dl "310" "Wind Generators" "PVC Gloves" "Thermo-formed Glass"
dl "311" "Car Radiators" "Hatchery Chicks" "Phyllo Dough"
dl "312" "Electric Baseboard Heaters" "Moulded Pulp Containers" "Prepared Chicken"
dl "313" "Fire Fighter Boots" "Garden Tools" "Automated Machines"
dl "401" "Plastic Bottles & Jars" "Mail" "Eggs"
dl "402" "Plastic Injection Moulds" "Automotive Oil Filters" "Filing Cabinets"
dl "403" "High-Precision Cutting Tools" "Stained Glass" "Semi-trailers"
dl "404" "Conga Drums" "Metal Plating" "Buttons"
dl "405" "Grinding Wheels" "Compost" "Window Blinds"
dl "406" "Brushes and Push Brooms" "Blackboards" "Smoked Salmon"
dl "407" "3D Commercial Signs" "Hardwood Floors" "Corrugated Polyethylene Pipe"
dl "408" "Ceramic Tiles" "Nuts" "Steel Forgings"
dl "409" "Car Engines" "Flour" "Recliners"
dl "410" "Plastic Cups and Cutlery" "Special Effects Makeup" "Gold"
dl "411" "Laminate" "Frozen Peass" "Children's Building Blocks"
dl "412" "Decorative Mouldings" "Commercial Pulleys" "Industrial Rubber Hose"
dl "413" "Putty Knives" "Garage Doors" "Electric Motors"
dl "501" "Paving Asphalt" "Marshmallow Cookies" "Loudspeakers"
dl "502" "Wood Burning Stoves" "Orthoses" "Ballet Slippers"
dl "503" "Robotic Arms" "Tattoos" "Sanitary Napkins"
dl "504" "Hockey Gloves" "Snack Cakes" "Remoulded Tires"
dl "505" "Ambulances" "Dining Room Tables" "Diatonic Accordions"
dl "506" "Alkaline Batteries" "Wheelchairs" "Flutes"
dl "507" "Golf Balls" "Furniture Handles" "Parking Meters"
dl "508" "Suits of Armour" "Street Light Poles" "Bent Hardwood"
dl "509" "Sulkies" "Bagpipes" "Yule Logs"
dl "510" "Goalie Pads" "Lapel Pins" "Cardboard Boxes"
dl "511" "Cement" "Caskets" "Soft Drinks"
dl "512" "Kitchen Knives" "Mannequins" "Socks"
dl "513" "Electrical Panels" "Kites" "Eyeglass Frames"
dl "601" "Three Wheeled Vehicles" "Baseball Bats" "Artificial Bonsai"
dl "602" "Springs" "Pavers" "Pianos"
dl "603" "Ropes" "Billiard Tables" "Sailboards"
dl "604" "Seatbelts" "Windows" "Wax Figurines"
dl "605" "Air Filters" "Billiard Cues" "Ice Sculptures"
dl "606" "Escalator Handrails" "Highlighters" "Guitar Strings"
dl "607" "Traditional Bows" "Coffee Machines" "Mascots"
dl "608" "Fibreglass Insulation" "Wooden Ducks" "Gumball Machines"
dl "609" "Chains" "Bagels" "Vinyl Records"
dl "610" "Windshields" "English Saddles" "Butter"
dl "611" "Individual Transporters" "Cedar Canoes" "Electric Guitars"
dl "612" "Residential Water Heaters" "Air Bags" "Jelly Beans"
dl "613" "Amphibious Vehicles" "Putters" "Model Ships"
dl "701" "Footballs" "Electric Guitar Amplifiers" "Marbles"
dl "702" "Engine Blocks" "Jawbreakers" "Drum Shells"
dl "703" "Lighters" "Fossils" "Hockey Pucks"
dl "704" "Balloons" "Wallpaper" "Frozen French Fries"
dl "705" "Matches" "Carousel Horses" "Fine Porcelain"
dl "706" "Glass Cookware" "Soap Bars" "Steel Drums"
dl "707" "Crayons" "Wooden Kayaks" "Lawn Mowers"
dl "708" "Inflatable Safety Devices" "Braille Typewriters" "Carbon Fibre Cellos"
dl "709" "Carbon Fibre Masts" "Fortune Cookies" "IMAX Projectors"
dl "710" "Firefighter Helmets" "Nautical Compasses" "Packaging Tubes"
dl "711" "Halogen Bulbs" "Cellulose Insulation" "Aluminium Ladders"
dl "712" "Drill Bits" "Photo Booths" "Stamps"
dl "713" "Yacht Wheels" "Braided Rugs" "Automobile Thermostats"
dl "801" "Photographs" "Fur Tanning" "Welding Electrodes"
dl "802" "Glass Bottles" "Hacksaws" "Goalie Masks"
dl "803" "Lacrosse Sticks" "Frozen Fish Products" "Flashlights"
dl "804" "Deep Cycle Batteries" "Tins" "Optical Lenses"
dl "805" "Horseshoes" "Dishwashers" "Graphite Fly Rods"
dl "806" "Pistons" "Paint Rollers" "Parachutes"
dl "807" "CO2 Cartridges" "Pretzels" "Scissor Lifts"
dl "808" "Pro Hockey Sticks" "Bronzed Baby Shoes" "Treadmills"
dl "809" "Motorcycles" "Clay Pipes" "Drumsticks"
dl "810" "Handcuffs" "Caulking & Joint Compound" "Propane Tanks"
dl "811" "Fur Coats" "Hearses" "Outdoor Lighting Fixtures"
dl "812" "Fishing Reels" "Miniature Houses" "Kitchen Mixers"
dl "813" "Manhole Covers" "Range Hoods" "Artificial Logs"
dl "901" "Solid Tires" "Cheesecake" "Canoe Paddles"
dl "902" "Boomerangs" "Barbecues" "Pinball Machines"
dl "903" "Wooden Bowls" "Chainsaws" "Stackable Potato Chips"
dl "904" "Steel Wool" "Ranges" "Carved Candles"
dl "905" "CCD Semiconductors" "Airline Meals" "Paper Cups"
dl "906" "Padlocks" "Hair Clippers" "Wooden Shoes"
dl "907" "Racing Shells" "Stainless Steel Sinks" "Leather"
dl "908" "Swords" "Pontoons" "Grandfather Clocks"
dl "909" "Bumpers" "Lighting Gels & Camera Filters" "Steam-Powered Models"
dl "910" "Umbrellas" "Outboard Motors" "Silver Cutlery"
dl "911" "Scalpels" "Oil Paint" "British Police Helmets"
dl "912" "Bacon" "Snowblowers" "Luxury Cars"
dl "913" "Automatic Transmissions" "Silver Miniatures" "Hot Air Balloon Baskets"
dl "1001" "Magnets" "Cooked Ham" "Silver-plated Teapots"
dl "1002" "Curling Stones" "Refrigerators" "Aluminum Baseball Bats"
dl "1003" "Levels" "Hot Dogs" "Abrasive Grains"
dl "1004" "Ice Cream Treats" "Wooden Golf Clubs" "Aircraft Wings"
dl "1005" "Automotive Fuel Pumps" "Cricket Bats" "Change Machines"
dl "1006" "Wooden Barrels" "Fire Hydrants" "Automotive Seats"
dl "1007" "Stainless Steel" "Football Helmets" "Resin Figurines"
dl "1008" "Fire Extinguishers" "Doughnuts" "Shock Absorbers"
dl "1009" "Dress Forms" "Boat Propellers" "Duvets"
dl "1010" "Bronze Bells" "Wooden Airplane Propellers" "Charcoal Briquettes"
dl "1011" "Pocket Knives" "Soapstone Products" "Electric Pole Transformers"
dl "1012" "Steel Shipping Drums" "Police Whistles" "Miniature Train Cars"
dl "1013" "Ice Cream Cones" "Tent Trailers" "Shoe Polish"
dl "1101" "Binoculars" "Sparklers" "Rubber Boots"
dl "1102" "Anatomical Models" "Jukeboxes" "Tortilla Chips"
dl "1103" "Pencils" "Metal Recycling" "Coffee"
dl "1104" "Javelins" "Cuckoo Clocks" "Hearts of Palm"
dl "1105" "Technical Glass" "Washing Machines" "Playing Cards"
dl "1106" "Cine Cameras" "Glass Christmas Ornaments" "Giant Tires"
dl "1107" "Microphones" "Hot Tubs" "Artificial Turf"
dl "1108" "Hot Rods" "Decorative Eggs" "Fire Hose Nozzles"
dl "1109" "Accordions" "Pineapples" "Artificial Joints"
dl "1110" "Giant Valves" "Sardines" "Barographs"
dl "1111" "Heated Skate Blades" "Gliders" "Hand Bells"
dl "1112" "Induction Cooktops" "Truck Scales" "Tetra Pak Containers"
dl "1113" "Baseball Gloves" "Medical Electrodes" "Stetson Hats"
dl "1201" "Pneumatic Impact Wrenches" "Cultured Marble Sinks" "Plantain Chips"
dl "1202" "Jaws of Life" "Artificial Christmas Trees" "Soda Crackers"
dl "1203" "Thermometers" "Produce Scales" "Aircraft Painting"
dl "1204" "Carburetors" "Air Conditioners" "Sugar"
dl "1205" "Combination Wrenches" "Deli Meats" "Golf Cars"
dl "1206" "Carbon Fibre Car Parts" "Hand Dryers" "Recycled Polyester Yarn"
dl "1207" "Police Badges" "Muffins" "Car Washes"
dl "1208" "Metal Detectors" "Rum" "Tiffany Reproductions"
dl "1209" "Riding Mowers" "Popcorn" "Adjustable Beds"
dl "1210" "Airstream Trailers" "Horseradish" "Industrial Steam Boilers"
dl "1211" "Screwdrivers" "Compact Track Loaders" "Physician Scales"
dl "1212" "Escalators" "Kevlar Canoes" "Goat Cheese"
dl "1213" "Motorcycle Engines" "Glass Enamel Sculptures" "Hand-Made Paper"
dl "1301" "Hammers" "Swiss Cheese" "Roller Skates"
dl "1302" "Carbon Fiber Bicycles" "Blood Products" "Forged Chandeliers"
dl "1303" "Swiss Army Knives" "Player Piano Rolls" "Oil Tankers"
dl "1304" "Bowling Balls" "Barber Poles" "Felt"
dl "1305" "Copper Pipe Fittings" "Cylinder Music Boxes" "Pepper Mills"
dl "1306" "Gears" "Leather Watchbands" "Vitrelle Dishes"
dl "1307" "Pressure Cookers" "Mechanical Singing Birds" "Oceanographic Buoys"
dl "1308" "Aluminium Boats" "Alpine Horns" "Luxury Watches"
dl "1309" "All-Terrain Vehicles" "Alpine Skis" "Laser Cutters"
dl "1310" "Socket Sets" "Leather Shoes" "Aluminium Water Bottles"
dl "1311" "Carved Wood Sculptures" "Flatware" "Cow Bells"
dl "1312" "Olive Oil" "Lift Trucks" "Seamless Rolled Rings"
dl "1313" "Professional Cookware" "Luxury Inlaid Boxes" "High-Efficiency Water Heaters"
dl "1401" "Mini GP Motorcycles" "Fig Cookies" "Tool Boxes"
dl "1402" "Western Revolver Replicas" "Arc Trainers" "Used-Oil Furnaces"
dl "1403" "Metal Golf Clubs" "Waffles" "Custom Wires and Cables"
dl "1404" "Sails" "Walnuts" "Wheel Immobilizers"
dl "1405" "Surfboards" "Stickers" "Sandwich Cookies"
dl "1406" "Ski Goggles" "Tower Cranes" "Porcelain Figurines"
dl "1407" "Stuffed Olives" "Astrolabes" "Western Saddles"
dl "1408" "Custom Running Shoes" "Axes" "Racing Karts"
dl "1409" "Headphones" "Diving Regulators" "Reflector Light Bulbs"
dl "1410" "Fly Fishing Reels" "House Paint" "Weaving Looms"
dl "1411" "Graphite Pencil Leads" "Clarinets" "Special Effects"
dl "1412" "Air Boats" "Onions" "3D Metal Printing"
dl "1413" "Retractable Ballpoint Pens" "Solar Salt" "Tubas"
dl "1501" "Kelp Caviar" "Luxury Sailboats" "Dental Crowns"
dl "1502" "Leather Briefcases" "Crop Dusters" "Corn Whiskey"
dl "1503" "Train Rails" "Desalinated Water" "Racing Wheelchairs"
dl "1504" "Flight Simulators" "Traditional Bookbinding" "Greenhouse Tomatoes"
dl "1505" "Worcestershire Sauce" "Lawn Bowls" "Radio-Controlled Model Jets"
dl "1506" "Pipes" "Rock Climbing Gear" "Leather Bike Saddles"
dl "1507" "Replica Foods" "Traffic Cone Dispensers" "Rocking Horses"
dl "1508" "Miniature Furniture" "Garden Steam Locomotives" "Hovercraft"
dl "1509" "Crosscut Saws" "Haggis" "Collectible Firearms"
dl "1510" "Alligator Bags" "Lockers" "Bench Planes"
dl "1511" "Grapples" "Flavourings" "Dog Sleds"
dl "1512" "Retractile Cords" "Wood Frame Sports Cars" "Sushi"
dl "1513" "Leather Wallets" "French Horns" "Soy Sauce"
dl "1601" "Millefiori Glass Paperweights" "Road Salt" "Nutcrackers"
dl "1602" "Straight Razors" "Black Pudding" "Steering Wheels"
dl "1603" "Cast Iron Cookware" "Biodiesel" "Clothes Hangers"
dl "1604" "Needles & Pins" "Architectural Mouldings" "Locomotives"
dl "1605" "Filigree Glass" "Fish Food" "Motor Homes"
dl "1606" "Surgical Instruments" "Ketchup" "Double-Decker Buses"
dl "1607" "Audio Vacuum Tubes" "Light Bars" "Wood Model Aircraft"
dl "1608" "Kitchen Accessories" "Central Vacuums" "Papier-Mâché Animals"
dl "1609" "Clay Liquor Jugs" "Poultry Deli Meats" "NASCAR Engines"
dl "1610" "Digital Dentistry" "Nail Clippers" "Poster Restoration"
dl "1611" "Dial Thermometers" "Hummus" "Spent Fuel Containers"
dl "1612" "Tequila" "Waterbeds" "Flip Flops"
dl "1613" "Composite Propane Cylinders" "Salsa" "Water-Pumping Windmills"
dl "1701" "Decorative Sombreros" "Salad Dressings & Marinades" "Cap Guns"
dl "1702" "Cheese Graters" "Hot Sauce" "Silver Jewellery"
dl "1703" "Game Calls" "Mayonnaise" "Traditional Razor Blades"
dl "1704" "Corn Tortillas" "Crankshafts & Camshafts" "Bush Planes"
dl "1705" "Folding Kayaks" "Piñatas" "Garbage Trucks"
dl "1706" "Rolled Wafers" "Wood Pellets" "Class & Championship Rings"
dl "1707" "Speed Skates" "Synthetic Rubber" "Cocoa Beans"
dl "1708" "Custom Steering Wheels" "Aerospace Fuel Lines" "Apple Pies"
dl "1709" "Whips" "Automatic Pizza Makers" "Incense Cones"
dl "1710" "Heather Gems" "Instant Film" "Beet Sugar"
dl "1711" "Underwater Robots" "Lasagne" "Band Saws"
dl "1712" "Laminated Wood Beams" "Sport Utility Vehicles" "Veggie Burgers"
dl "1713" "Turbochargers" "Enchiladas" "Watches"
dl "1801" "Patterned Glass Panels" "Road Cases" "Stop-Frame Animation"
dl "1802" "Industrial Wire Ropes" "Living Walls" "Large Format Cameras"
dl "1803" "Chocolate Coins" "Floor Heating System" "Pedal Cars"
dl "1804" "Farmed Caviar" "Intake Manifolds" "Motorcycle Jackets"
dl "1805" "Wax Figures" "Awnings" "Sandwich Crackers"
dl "1806" "Pipe Cleaners" "Blue Stilton Cheese" "Smart Electric Meters"
dl "1807" "Fish Replicas" "Siren Systems" "Pre-packaged Sandwiches"
dl "1808" "Tapioca Pudding" "Snow Ploughs" "Paddle Boats"
dl "1809" "Rally Cars" "Pork Pies" "Floating Fountains"
dl "1810" "Cufflinks" "Blueberry Turnovers" "Dashboards"
dl "1811" "Pharmaceutical Blister Packs" "Deli Slicers" "Oysters"
dl "1812" "Top & Bowler Hats" "Solar Water Heaters" "Sticky Buns"
dl "1813" "Turntables" "Steam Engines" "Playground Equipment"
dl "1901" "Garden Forks" "English Toffee" "Paint Chip Cards"
dl "1902" "Pewter Flasks" "Potato Salad" "Hydrogen Fuel Cells"
dl "1903" "Canvas Wall Tents" "Smoking pipe" "Shredded Wheat Cereal"
dl "1904" "Robotic Hunting Decoys" "Canned Tomatoes" "Scoreboards"
dl "1905" "Turf Grass" "Beef Jerky" "Wood Chippers"
dl "1906" "Multi-tools" "Jojoba Oil" "Marionettes"
dl "1907" "Fish Decoys" "Film Digitization" "Cylinder Stoves"
dl "1908" "Bamboo Bicycles" "Chainsaw Art" "Breath Mints"
dl "1909" "Dinnerware" "Air Brake Tanks" "Frosted Cereal"
dl "1910" "Clay" "Pitted Prunes" "Spurs"
dl "1911" "Tasers" "Canned Soup" "Jaw Harps & Mouth Bows"
dl "1912" "Navajo Rugs" "Crude Oil" "Kaleidoscopes"
dl "1913" "Space Pens" "Reef Aquariums" "Metal Caskets"
dl "2001" "Native Healing Drums" "Raisins" "Stereoscopic Viewers"
dl "2002" "Horse Bits" "Oat Cereal" "Turquoise Jewellery"
dl "2003" "Nail Nippers" "Jade Putters" "Ice Cider"
dl "2004" "Stagecoaches" "Road Reflectors" "Fire Baked Pottery"
dl "2005" "Replica Clay Pipes" "Drinking Fountains" "Orange Liqueur"
dl "2006" "Tissues" "Travel Trailers" "Slippers"
dl "2007" "U-Locks" "Tepees" "Croissants"
dl "2008" "Prams" "Factory-Built Homes" "Wood Flutes"
dl "2009" "Thinning Shears" "Wagon Wheels" "Toaster Pastries"
dl "2010" "Cast Iron Tubs" "Hopi Kachina Dolls" "Mine Truck Engine Rebuild"
dl "2011" "Cycling Shoes" "Yurts" "Marine Plywood"
dl "2012" "Paper Fans" "Walnut Oil" "Copper"
dl "2013" "Gut Strings" "Absinthe" "Belt Buckles"
dl "2101" "Rubber Gloves" "Soap Carvings" "Aircraft Cabinets"
dl "2102" "Powder Horns" "Handcrafted Moulds" "Perogies"
dl "2103" "Lace" "Antique Frame Replicas" "Orchids"
dl "2104" "External Hard Drives" "Frozen Shrimp" "Thai Rice Boxes"
dl "2105" "Tea" "Roof Finials" "Artificial Flowers"
dl "2106" "Gel Caps" "Playground Spring Riders" "Frozen Pancakes"
dl "2107" "Paper Umbrellas" "Coal" "Aircraft Seats"
dl "2108" "Aluminium Canoes" "Wooden Stave Bowls" "Wheelchair Accessible Vans"
dl "2109" "Indy Car Seats" "Paper Flowers" "Standby Generators"
dl "2110" "Customized Knee Replacements" "Leaf Springs" "Lavender Essential Oil"
dl "2111" "Cast Iron Stoves" "Ultralight Aircraft" "Snow Groomers"
dl "2112" "Barber Chairs" "Sewage Pumps" "Bimini Boat Tops"
dl "2113" "Car Tires" "Silk" "Art Conservation"
dl "2201" "Electric Stand-up Vehicles" "Frozen Fruit" "Beer Coasters"
dl "2202" "Rock Crushers" "Fabric Lampshades" "Cake Sprinkles"
dl "2203" "Indy Steering Wheels" "Mixed Salad" "Wind Turbines"
dl "2204" "Blast Doors" "Lipstick" "Artificial Palm Trees"
dl "2205" "Carbon Fibre" "Antique Frame Restoration" "Railcar Movers"
dl "2206" "Sawhorses & Toolboxes" "Sorbet Pops" "School Buses"
dl "2207" "Sanders" "Solid Terrain Models" "Stucco"
dl "2208" "Pressed Glass" "Pickup Truck Caps" "Alpaca Yarn"
dl "2209" "Life Casting" "Downdraft Cooktops" "Compression Hosiery"
dl "2210" "Motorcycle Sidecars" "Frozen French Toast" "Refrigerator Compressors"
dl "2211" "Custom Knee Braces" "Ductless Air Conditioners" "Window Film"
dl "2212" "Solid State Drives" "Eye Shadow" "Limousines"
dl "2213" "Drag racing Tires" "Icing" "Floating Docks"
dl "2301" "Motion Sensors" "Belt Loaders" "Pheasant Breeding"
dl "2302" "Rawhide Lampshades" "Chocolate Chip Cookies" "MRI Scanners"
dl "2303" "Noise Barrier Walls" "Front-Load Washers" "Bourbon"
dl "2304" "Railway Bridge Ties" "Membrane Filters" "Hydraulic Post Drivers"
dl "2305" "Hospital Laundry" "Brass Instrument Restoration" "Horse Replicas"
dl "2306" "Ceramic Fireplaces" "Synthetic Corks" "Parking Garage Floor Slabs"
dl "2307" "Oil Pressure Sensors" "Large-Format Printing" "Heavy Equipment Simulators"
dl "2308" "Mobile Concert Stages" "Mascara" "Continuous Miners"
dl "2309" "NASCAR Car Bodies" "Hurley Sticks" "Tube Power Amplifiers"
dl "2310" "Electric Vehicle Charging Stations" "Grappa" "Lunar Rover Replicas"
dl "2311" "Slate Tiles" "Hot Dog Carts" "Garage Door Openers"
dl "2312" "Racing Leathers" "Evaporative Cooling Towers" "Wood Rocking Chairs"
dl "2313" "Mountain Bikes" "Rice" "Lever-Action Rifles"
dl "2401" "Saunas" "Wheelchair Lifts" "Dioramas"
dl "2402" "Oil Lamps" "Chocolate Mints" "Underfloor Heating"
dl "2403" "Upright Pianos" "Flags" "Wet/Dry Vacuums"
dl "2404" "Skeletal Replicas" "Ice Buckets & Servers" "Dining Chairs"
dl "2405" "Automatic Sliding Doors" "Gin" "Firearms Restoration"
dl "2406" "Scuba Diving Lights" "Interchangeable Sandals" "Race Car Simulators"
dl "2407" "Wood Windows" "Woven Cashmere Fabric" "Plastic Recycling Machines"
dl "2408" "Gas Barbecues" "Mattress Pads" "Ear Prostheses"
dl "2409" "Recycled Skateboards" "Braided Pastry" "Construction Trailers"
dl "2410" "Plasma Gems" "Special Effects Snow" "Piano Restoration"
dl "2411" "3-Wheel Electric Bikes" "Skin Cream" "Patio Heaters"
dl "2412" "Old West Holsters" "Underwater Video Housings" "Soy Beverages"
dl "2413" "Wood Garage Doors" "Salt Spreaders" "Animatronic Dinosaurs"
dl "2501" "Grammy Awards" "Bike Lights" "Above-Ground Pools"
dl "2502" "LED Stage Lights" "Apple Cider" "Chemical Tank Trailers"
dl "2503" "Fishing Line" "Industrial Mixers" "Natural Baking Soda"
dl "2504" "Storage Sheds" "Industrial Fans" "Parchment Paper"
dl "2505" "Precast Concrete Walls" "3D Printers" "Telescopic Cranes"
dl "2506" "Car Headlamps" "Directional Drills" "Pet Grooming Combs"
dl "2507" "Handcrafted Skis" "Septic Tanks" "Hydroformed Chassis Parts"
dl "2508" "Zip Line Brakes" "Silk Fiber Lamps" "Round Balers"
dl "2509" "Armored Vehicles" "Tension Fabric Buildings" "Rowers"
dl "2510" "Mountain Bike Suspensions" "Surgical Sutures" "Grain Dryers"
dl "2511" "Downhill Ski Bindings" "Immersion Parts Washers" "Mining Ventilation"
dl "2512" "Gingerbread Houses" "Livestock Trailers" "Bottom Rolling Hangar Doors"
dl "2513" "Traffic Signal Poles" "Coffee Filters" "Chainsaw Mining Machines"
dl "2601" "Time-Delay Locks" "Brownies" "Pallet Dispensers"
dl "2602" "Bead Wire" "Mini Pepperoni" "Irrigation Sprinklers"
dl "2603" "Mouth Blown Window Glass" "Water Pumps" "Sake"
dl "2604" "Statue Restoration" "Tripods" "Polish Sausages"
dl "2605" "Champagne" "ATMs" "Marine Turbochargers"
dl "2606" "Sharpening Steels" "Bladder Pumps" "Ironing Boards"
dl "2607" "Champagne Hoods & Foils" "Pneumatic Delivery Systems" "Espresso Machines"
dl "2608" "Sliding Doors" "Steam Cleaners" "Hand-Held Pizzas"
dl "2609" "Industrial Casters" "Wedding Cakes" "Terahertz Spectrometers"
dl "2610" "Ceramic Grills" "Pneumatic Punching Machines" "Water Jet Fountains"
dl "2611" "Vibrating Mining Screens" "Whoopie Pies" "Wood Utility Poles"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment